Help - FTP

I am new to java and writing a program in which I need to upload files.The files are being uploaded to a free server that has FTP.How do I do that? Please Help!Thenks.
[195 byte] By [big-deala] at [2007-11-27 1:24:31]
# 1
try these resources: http://www.javaworld.com/javaworld/jw-04-2003/jw-0404-ftp.html http://www.jscape.com/articles/simple_ftp_using_java.html http://www.jibble.org/simpleftp/
lem@phila at 2007-7-12 0:15:52 > top of Java-index,Java Essentials,New To Java...
# 2
and Jakarta Commons Net (Google will find) .
sabre150a at 2007-7-12 0:15:52 > top of Java-index,Java Essentials,New To Java...
# 3
Thenks for the help(:
big-deala at 2007-7-12 0:15:52 > top of Java-index,Java Essentials,New To Java...
# 4
It's me again.I am having some difficulties regarding the FTP connection.I am using the SimpleFTP class to connect to the server.I tried some free servers, but they all have a welcome message - which generates an exception.Is there any solution?
big-deala at 2007-7-12 0:15:52 > top of Java-index,Java Essentials,New To Java...