‎2012 Apr 20 2:45 PM
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.
‎2012 Apr 20 2:54 PM
Use search tool to find document like SAP SFTP Adapter: A Quick Walkthrough (Of course you need SAP-PI)
Regards,
Raymond
‎2012 Apr 20 2:55 PM
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
‎2012 Apr 20 4:17 PM
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
‎2012 Apr 20 9:06 PM
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
‎2015 Dec 28 7:07 AM