cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to use SFTP instead of sending E-mail for any document?

ShivaCSE
Explorer
294

Hi Experts,

Currently we used to send the documents from email from ECC to third party system but now due to increase the safe exchange and have a more stable process we want to change from E-mail to SFTP.

Could you please help how it is possible to achieve this and what should be the process from ABAP side?

Thanks..!!

Accepted Solutions (0)

Answers (1)

Answers (1)

tugay_birihan
Participant

Hi Shiva,

Unfortunately Abap is not supported SFTP integration directly. Even if Abap has some function module, classes for FTP integration, it hasn't any tool for SFTP. But if you still want to proceed your development with SFTP you need to use third party software like Winscp, FileZilla etc. You need to install one of these programs to server and you can call sftp command via the program(SM69 commands). I personally prefer Winscp which is easy to use.

Best Regards.