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

SAP Cloud - SFTP integration

Former Member
0 Kudos
674

Hi,

I need some guidance regarding SFTP server hosted on SAP-Cloud.

Third party system will be sending CSV files to SFTP servers (hosted on SAP-Cloud), how can I move these file from SFTP servers to hybris hot folders ?

Do I need to use spring integration (https://docs.spring.io/spring-integration/reference/html/sftp.html) or there is an alternative way ?

Thanks in advance.

Best regards, Vivek

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vivek,

you can use spring FTP adapters to fetch file from ftp to you hot folder. refer below link for more detail.

https://docs.spring.io/spring-integration/reference/html/ftp.html

Or

You can make sftp location as your hot folder.

Former Member
0 Kudos

Hi Ashok,

Thanks for your reply. Can we implement the second option on SAP-Cloud ?

Former Member
0 Kudos

Hi Vivek,

You can use jsch to achieve the same.

Former Member
0 Kudos

Thanks Siddharth.