on 2023 Sep 15 11:34 AM
Hello Experts,
We want to implement/use SFTP-Protokoll from SAP Appl Server (ABAP) to send Files.
Could you please let me know the possible options to implement SFTP in EHP8 FOR SAP ERP 6.0?
Maybe there is already a suitable function module for this?
Kind regards, Martin
Hi Martin,
we are scripting WinSCP via SM69. Of course this only works with a Windows server.
On Linux you could make instead use of sftp or curl via SM69.
Best regards,
Holm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have Process Orchestration on your systems, check for the presence of component such as PIB2BSFTP (Secure connectivity Add-on)
Otherwise, the classic solution was to use two FTP servers, one simple FTP and one S-FTP. SAP will exchange data with the non-SFTP server, and this non-SFTP server will locally exchange data with the SFTP server, which is open to the outside world.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.