Application Development 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: 

Sending and receiving files using SFTP

former_member329386
Participant
0 Kudos
5,113

I have used to send and receive files using FTP (ECC6.5). But now the requirement is to send and receive the .csv file using SFTP with the some basic features · Username · Password· Endpoint url· Port: 22. Is it feasible in SAP ECC 6.5 to use SFTP. Is there any configuration setting needs to be done by basis person to activate SFTP. Can any one guide me the way to achieve this. Can we use FTP program to send and receive the file from SFTP.

Thank You.

L

2 REPLIES 2

Sandra_Rossi
Active Contributor
4,425

I guess you mean using FTP over SSL, as you probably already use a user and password, over simple HTTP.

See SAP Support wiki: Secure File Transfer Protocol - SFTP - Application Server Infrastructure - Support Wiki (sap.com)

OlegBash
Active Participant
0 Kudos
4,425

SFTP is not supported by SAP NetWeave (795131 – FAQ: SAPFTP cannot perform secure FTP communication.)
The only is via external command of Operation System.

example: https://blogs.sap.com/2022/06/30/sap-to-sftp-simple-setup-with-a-windows-host/