FTP Help

I m trying to write an FTP code. I got a sample code from the java forums. It has an upload method with ftpServer, user, password, filename and source as parameters that have to be passed to it. It also has a download method with ftpServer, user, password, filename and destination as parameters that have to be passed to it.

Other than that, it uses StringBuffer, URLConnection, BufferredInputStream, BufferedOutputStream, .read and .write commands.

The filename, source and destination are self-explanatory. But, I m still trying to understand what the input for the ftpServer and the username/password should be.

If anybody can help me with this program, I ll appreciate it.

Thanks.

[717 byte] By [vinothkpa] at [2007-11-27 8:26:36]
# 1
You need to read the RFC. ftp://ftp.rfc-editor.org/in-notes/std/std9.txt.
ejpa at 2007-7-12 20:16:03 > top of Java-index,Core,Core APIs...