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

Secure FTP using ABAP

Former Member
0 Likes
882

Hi,

Is it possible to transfer a file from SAP Application server to an external SFTP site without using any third party tools such as PuTTY or SEEBURGER ?

Are there any standard FM's for this one?

Right now I'm transferring a file to an external FTP site using the standard FM's like HTTP_SCRAMBLE, FTP_CONNECT, FTP_COMMAND and FTP_DISCONNECT . And it is working fine.

But the I need to transfer the file using Secure FTP as well as normal FTP.

Please help me on this one.

Regards,

Narayana Reddy A V L.

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
735

Use search tool to find document like SAP SFTP Adapter: A Quick Walkthrough (Of course you need SAP-PI)

Regards,

Raymond

Read only

former_member209818
Active Contributor
0 Likes
735

As far as I remember, SAP do not support SFTP protocol. We faced the same problem in one of the requirement involving SAP PI 3.0 version. Finally we took help of third party tool. Reward points if its helpful

Read only

Former Member
0 Likes
735

Is there any other way apart from using the SAP PI system.

Right now I'm working on SAP ECC 6.0,

I need to transfer the file to external SFTP site. Are there any standard FM's available for the same.

Regards,

Narayana Reddy A V L

Read only

0 Likes
735

We do have some F.Ms which can ping the files to FTP servers.

Like HTTP_SCRAMBLE, FTP_CONNECT, FTP_R3_TO_SERVER, FTP_DISCONNECT, RFC_CONNECTION_CLOSE.

This is the most appropriate one for your reference -

<link to blocked site removed by moderator>

Regards

Venk@

Message was edited by: Thomas Zloch

Read only

suwandi_cahyadi
Contributor
0 Likes
735

This message was moderated.