How do I upload/Download files to/from a server?

I need to develop an interface which gives upload.download facility to the end user.I heard about multipart request and jakarta third party tool.But i dont know much about these two.So can anyone please suggest me which one is better and where will i get the more information about it.And also suggest me how to develop this interface.

Thankyou very much in advance

[378 byte] By [bhavani@123a] at [2007-11-27 10:25:20]
# 1

> I need to develop an interface which gives

> upload.download facility to the end user.

You mean a FTP client?

_helloWorld_a at 2007-7-28 17:33:04 > top of Java-index,Java Essentials,Java Programming...
# 2

May be it is FTP only

bhavani@123a at 2007-7-28 17:33:04 > top of Java-index,Java Essentials,Java Programming...
# 3

can anyone please help me out regarding this issue

bhavani@123a at 2007-7-28 17:33:04 > top of Java-index,Java Essentials,Java Programming...
# 4

Google: java FTP

http://www.javaworld.com/javaworld/jw-04-2003/jw-0404-ftp.html

http://www.jibble.org/simpleftp/

http://incubator.apache.org/ftpserver/

...

java_2006a at 2007-7-28 17:33:04 > top of Java-index,Java Essentials,Java Programming...