cancel
Showing results for 
Search instead for 
Did you mean: 

downloading a file which is stored in FTP

Former Member
0 Kudos

Hi,

I am developing a webdynpro application where i need to display the flenames in the table which are stored in FTP. And by clickng the filename,it should be downloadable.

Can anyone Please tell how to download a file through webdynpro application (the file should come from FTP)

Thank You,

Madhavi.T

Accepted Solutions (1)

Accepted Solutions (1)

nikhil_bose
Active Contributor
0 Kudos

1) Create an FTP connection from NW java App. server to the FTP server.

or

2) Use ftp location, username & password in URL and read the file.

or

3) Use any .jar file which reads from ftp.

follow the thread listed below:

regards,

Nikhil Bose

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The links are very helpful. I solved my problem.

Thank You,

Mahdavi.T

Former Member
0 Kudos

Hi mtummala

Please look at the Thread

[Click on This Link| http://www.javabeat.net/tips/36-file-upload-and-download-using-java.html];

Hope this is Help full for you

Regards

Vijay Kalluri