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

[225 byte] By [sean_williams_gsa] at [2007-11-27 10:32:08]
# 1

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

georgemca at 2007-7-28 18:14:50 > top of Java-index,Java Essentials,Java Programming...