Hello!
I have to connect to an FTP-Server (username, passwort required) with
java. then I have to copy all files in a special directory onto my
local hd... can anybody help me and tell what I should do? I haven't
found a solution yet.
Thanks a lot!
klynn47@comcast.net - 16 Nov 2005 15:39 GMT
Yes, it's very easy. Google Jakarta Commons Net. There is a package
where most of the TCP/IP Protocols like FTP are implemented for you.
hclugano@hotmail.com - 16 Nov 2005 16:30 GMT
Yes, thanks. I Did it with this Library....
I tried it without any 3rd party-libraries.