Help needed on FTP Client
I am quite new to Java Programming. I want to develop an FTP client for my project. Can anybody help me out with it. I will be very grateful if anybody can send me any code snippet or addresses of any web sites where I can find the same. Thanks in advance. Take Care. Ankur!!!
Re: Help needed on FTP Client
One place to get information about the FTP protocol is from its RFC. (I forget its number). Request For Comments were written to define various protocols and have ALL the info on how they work.
Re: Help needed on FTP Client
U need to program in the normal way.. but in certain issues like if u r behind a proxy or firewall with a different port number u have to be careful while starting the program..