Simple FTP
Hi,
I am trying to write a simple function to do a simple FTP transfer of a file created locally by a Java console app on my machine to a remote UNIX machine. Can anyone help? Thank you and take care.
Sean
Hi,
I am trying to write a simple function to do a simple FTP transfer of a file created locally by a Java console app on my machine to a remote UNIX machine. Can anyone help? Thank you and take care.
Sean
Don't bother, it's nowhere near as simple as you first imagine it to be. Use one that already exists, like Apache commons-net
http://jakarta.apache.org/commons/net/apidocs/org/apache/commons/net/ftp/FTPClient.html