1. How to upload the image into ftp location from servlet? stackoverflow.comI 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.
|
2. Uploading file via FTP or servlet java-forums.orgHi 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 ... |