To download a file using Ftp.
843838Nov 28 2005 — edited Nov 28 2005I am making a web application using struts framework . now on one jsp page i'll have to give the list of files on the ftp server and link to download those files using ftp from the ftp server.
I have made functions using jakarta commons.net library by which i m able to show the list of files on jsp page but i m not able to give download link bcos using the function the file is downloaded on the server on which my application is running . and not from which i am accessing through the browser.........
If any one have any idea pls let me know...........?
Regards,
Neeraj.