cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP in PI with out using ay external adapter

Former Member
0 Kudos

Hello Experts,

I want to implement SFTP in PI, which does not support.

Could you pls let me know the possible options to implement SFTP in PI with out using any external adapter?

Also, if you suggest to go for java proxy for implementing SFTP, pls provide any document on how to achieve SFTP using java proxy, making use of some libraries.

Please do the needful.

Thanks,

Swetha.

Accepted Solutions (0)

Answers (3)

Answers (3)

shivhare
Active Contributor
0 Kudos

Hey,

Following are the steps to transfer file SFTP server without using SFTP adapter

User WINSCP tool to connect SFTP site

Create instance of the SFTP connect (INI file)

Create batch program and call this INI file

In file adapter you can run this command after file processing

Regards,

Amit

Former Member
0 Kudos

Hi,

you have to write a module, we did that for SFTP.

Former Member
0 Kudos

Hi Ramana,

Please refer to the below blog for implementing SFTP in PI:

/people/daniel.graversen/blog/2009/07/29/using-sftp-ssh-for-windows-in-sap-pi

There are external adapters available for SFTP (Ex: SFTP adapter from Seeburger).

Also, though PI doesn't support SFTP service implicitly, there is FTPS (which is different from SFTP) option available with buili-in FTP adapter. You can refer to below blog for the same:

/people/rajasekhar.reddy14/blog/2010/04/13/how-to-configure-ftps-in-file-adapter

-Supriya.