cancel
Showing results for 
Search instead for 
Did you mean: 

Download File by an FTP Connection- is it possible?

Former Member
0 Kudos

Hi,

I'm developing a Web Dynpro and I need to create in a View, a "Download Button" to get a file from an FTP Server.

Anyone can help me?

Best Regards,

Raffaele.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Franttini

<a href="/people/bertram.ganz/blog/2007/05/25/new-web-dynpro-java-tutorials--uploading-and-downloading-files-in-sap-netweaver-70 this Example</a>

Regards

Chaitanya.A

Answers (3)

Answers (3)

Former Member
0 Kudos

I'm sorry,

but I don't understand. What do you mean?

Former Member
0 Kudos

Hi Raffaele,

In VA user http provider, you can map your physical path to url

eg. D:\usr\sap is mapped to /sap

then you can access this path as http://<servername>:<port>/sap

Regards,

Murtuza

Former Member
0 Kudos

Hi, all.

If it can help someone, I resolved my problem using java FtpBean library.

Raffaele.

Former Member
0 Kudos

Hi Raffaele,

I dont know whether this will work or not...but u can try mapping the ftp folder to your J2EE server and browse for using mapped path

Regards,

Smruti

Message was edited by:

Armin Reichert

Former Member
0 Kudos

Thank you very much,

but in the document you refer, I did't find any reference to an FTP machine, don't you?

Regards,

Raffaele