Is there any way to FTP a file from a remote server and despatch it back to a client?. A program to connect to a server (sustem) which is reside in a remote place and get files from the server.
Your help is appriciated on this.
Printable View
Is there any way to FTP a file from a remote server and despatch it back to a client?. A program to connect to a server (sustem) which is reside in a remote place and get files from the server.
Your help is appriciated on this.
Sure! It's done through Sockets. If you don't want to write it yourself, there's loads of Java FTP packages out there, do a search on google and see what you come up with.
Thanks for the reply! I tried but I couldn't find it! I want the program, if some one has it please send me!
Try a Google for 'java ftp'. It returns pages of Java FTP client and server code.
Hold my hand, I'm scared...