Re: How do I FTP a file to Tomcat Server from a Java clientprogram?

2001-03-07 Thread Ganasen Gounden
Looks very good. I will follow it up!. Many thanks. Gan Gounden City of Cape Town Ph (021) 400-2174 Fax (021) 425-1096 Cell 083-63-59-268 e-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] 03/07/01 09:46AM Ganasen, You can do this easy by downloading the NetComponents.jar from:

How do I FTP a file to Tomcat Server from a Java clientprogram?

2001-03-06 Thread Ganasen Gounden
Hello I need some sample code or guidance on how to FTP or copy a file to a Windows 2000 or Unix Server from within a Java client program. The client java program reads an ascii input text file, processes each line and then writes it out to a new ascii file using the filereader function. I