Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

transfer file so sftp server

Former Member
0 Likes
798

Hello,

I have implemented the functionality to transfer a file to ftp server, but the requirements have changed and now i have to do it with sftp server. Does anybody know if there's a way to implement it wothout using PI?

Any hel would be appreciated.

Kind regards

Jon

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
738

hello,

Maybe you should try FM FTP_CONNECT, on RFC_DESTINATION using 'SAPFTPA' for secure ftp.

best regards,

swanand

Hello,

I have implemented the functionality to transfer a file to ftp server, but the requirements have changed and now i have to do it with sftp server. Does anybody know if there's a way to implement it wothout using PI?

Any hel would be appreciated.

Kind regards

Jon

3 REPLIES 3
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
738

To my knowledge, the functions/program within SAP do not support secure FTP (SFTP). We ran into the same issue a couple of months ago.

You don't have to use PI, but it can't be accomplished directly from SAP either. In our case we had a script run on a separate server to read the files from SAP application server and copy them to SFTP server.

Read only

Former Member
0 Likes
739

hello,

Maybe you should try FM FTP_CONNECT, on RFC_DESTINATION using 'SAPFTPA' for secure ftp.

best regards,

swanand

Read only

0 Likes
738

Did you try it with the sftp option you mention?