Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can I implement FTP from a Servlet?

843834Oct 16 2002 — edited Apr 5 2003
I'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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 3 2003
Added on Oct 16 2002
1 comment
152 views