Coding an FTP server in java
Hi, im new to Java and am in the beginning stages of socket programming. I am trying to build a simple file transfer protocol that can support the reliable transfer of files of at least 1 mb in size. I can set up a client and server connection to send strings back in forth but I'm not for sure how to code it to where I can actually pull files off my computer to send to the server. Is there anyone who could give me an example of how to actually send real files and not just strings? Would be greatly appreciated. THANKS