How to transfer files to ftp-server by using servlet

Hi,I need so send files to the ftp-server by using servlet.And I have a problem with the creating the connection to the ftp-server.Could someone help me, please?
[189 byte] By [the_begginera] at [2007-10-3 4:58:12]
# 1

> I need so send files to the ftp-server by using

> servlet.

No different from using any other Java class. Grab any FTP library and send it.

> And I have a problem with the creating the connection

> to the ftp-server.

> Could someone help me, please?

Sure.

CeciNEstPasUnProgrammeura at 2007-7-14 23:03:34 > top of Java-index,Java Essentials,Java Programming...
# 2
Could you, please, show some examples?
the_begginera at 2007-7-14 23:03:34 > top of Java-index,Java Essentials,Java Programming...
# 3
Surf to http://jakarta.apache.org/commons/net/Download the latest binare from http://jakarta.apache.org/site/downloads/downloads_commons-net.cgiFollow the instructions.
Lajma at 2007-7-14 23:03:34 > top of Java-index,Java Essentials,Java Programming...
# 4
Try eftp library. http://javablogs.xyling.com/2005/06/ftp-library-for-java.html
JPuntera at 2007-7-14 23:03:34 > top of Java-index,Java Essentials,Java Programming...