How can I implement FTP from a Servlet?
843834Oct 16 2002 — edited Apr 5 2003I'm working with servlets and I need to upload an specified file in a form in a HTML page.
I used a library that makes the connection to the FTP server:
In the local machine I uploaded files without problems but when a servlet (or JSP) executes it I don't know how to upload a file from the Web Client because the library class only can see the server files.
Can somebody help me?
The library I used is at:
http://www.enterprisedt.com/downloads/ftp.html