cancel
Showing results for 
Search instead for 
Did you mean: 

File trasnsfer with SFTP or SSH

r_s_kulkarni11
Participant
0 Kudos

Hello Experts,

I want to develope 2 interfaces with third party system.

1 I want to send file from SAP to FTP server and 2 I want to transfer file from FTP server to SAP server.

No conversion is needed and its a simple file to file transfer. But third party is having only SFTP or SSH option on port 22.

Can you tell me how can I do these scenarios? I am not having SFTP adapter installed on my PI system.

Thanks in advance.

Regards,

Rahul Kulkarni

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Rahul,

What is your PI version and SP level?

SFTP adapter is available as ADD-ON from PI 7.11 SP08.

Refer this document for more details http://scn.sap.com/docs/DOC-28801

Regards,

Karthikeyan S

iaki_vila
Active Contributor
0 Kudos

Hi Rahul,

No SFTP in needed for your scenario, you can use FTPS you only need to intall the certificate in PI and later in the FTP adapter to choose the certificate. Check Raja Sekhar Reddy 's blog http://scn.sap.com/people/rajasekhar.reddy14/blog/2010/04/13/how-to-configure-ftps-in-file-adapter

In the other hand if you dont need transformation you can develop your sceario just using  the integration directory. Check this: http://www.saptechnical.com/Tutorials/XI/File2File/Demo1.htm

Regards.