Hello, A friend wants to create a browser-based FTP client -- with
directory listing, download, and upload capabilities. One of the
conditions is that very large files (between 20 and 40 MB) will need to
be uploaded. Does anyone know of any code that I can build into an
applet that can help me in this task?
Thanks, - Dave
Harry Bosch - 09 Oct 2005 22:29 GMT
Here is an API that has all the functionality you are looking for. You
still need to create a GUI.
http://jakarta.apache.org/commons/net/
I know there are quite a few "open source java based ftp clients" out
there, but you'll need to google em.
Cornel.Bicutzi.1z@talk.geekinterview.com - 09 Oct 2005 23:41 GMT
Thanks Harry... Very good information
-----------------------------------------------------------------------
Message Posted via<br /><a href="http://www.geekinterview.com/" target="_blank">http://www.geekinterview.com/</a>IT Interview Questions<br /><a href="http://www.geekarticles.com/" target="_blank">http://www.geekarticles.com/</a>Tech Articles Database<br /><a href="http://www.exforsys.com/" target="_blank">http://www.exforsys.com/</a>IT Training and Tutorials<br />
Roedy Green - 13 Oct 2005 06:45 GMT
>Hello, A friend wants to create a browser-based FTP client -- with
>directory listing, download, and upload capabilities. One of the
>conditions is that very large files (between 20 and 40 MB) will need to
>be uploaded. Does anyone know of any code that I can build into an
>applet that can help me in this task?
see http://mindprod.com/jgloss/ftp.html
you will have to sign your applet if it talks to any server but the
one it was loaded from.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.