FTP « Upload « JSP-Servlet Q&A





1. How to upload the image into ftp location from servlet?    stackoverflow.com

I have a servlet to upload the image into ftp location. I am able to upload the image into my localhost. But I'm unable to upload into ftp location.

ImageIO.write(image, "png", new ...

2. Uploading file via FTP or servlet    java-forums.org

Hi there I want to transfer a file between two java clients on the internet. I know I can do it using either Java-FTP (which works better for large files and once the file is uploaded then it will remain on the FTP server). Or I can send the file to a servlet and make it stores the file temporary for ...