cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading and Transferring Files in Web Dynpro

Former Member
0 Kudos

Hi,

I am able to upload a file to the WAS using a java web dynpro application, however, I need to transfer this file to another server within the same application. Can someone please help with the best way to do this? Our WAS is a UNIX box and the server I want to transfer the file to is a windows server. Is FTP the best way?

Thanks in advance,

Tara

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can think to use ftp connection from your Web Application Server and other server.

Via java you can transfer the file

Answers (2)

Answers (2)

Former Member
0 Kudos

That's ok. I found some examples elsewhere.

Thanks.

Former Member
0 Kudos

Do you have an examples I can use for transferring the files ? What FTP Java classes do you suggest?