cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP adapter Config in PI 7.1

Former Member
0 Kudos

Hi Experts

I am working on a SFTP adapter on the sender side to encrypt the file and send it to the Thirdparty, Can I configure multiple files to send to the different parties or banks (Different Bank may use different keys) in the same Receiver SFTP adapter to achive this

please help if there is any blog on SFTP Receiver adapter how to configure

Thanks

PR

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi ,

If you are using Advantco sFTP, we are able to encrypt or decypt the file data. We have modules for encryption and decryption.

AdvantcoOpenPGPSender-- Encryption. We have to use this module in the receiver communication channel.It will encrypt the file data.

AdvantcoOpenPGPReceiver-- Decryption.. We have to use this module in the sender communication channel . It will decrypt the encrypted file .

Thanks,

Soumya.

Former Member
0 Kudos

Thanks

PR

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>please help if there is any blog on SFTP Receiver adapter how to configure

Currently SAP PI 7.1 does not support SFTP and supports only FTPS.

Possible ways.

a) You can use open source jcraft api or someother api to write SFTP java client and send the files. Google for Java secure channel Sftp. It is a standard open source api for doing SFTP.

or

b) Write Unix shell script and do the same

Former Member
0 Kudos

It depends on the adapter you are using to achieve the SFTP protocol (seeburger, advantco,...?). However, most of them don't support multiple FTP connections with the same adapter. But this is easy to achieve by adding many communication channels to the Receiver Determination of the scenario.

Standard Receiver Determination

http://help.sap.com/saphelp_nw04s/helpdata/en/14/d5283fd0ca8443e10000000a114084/frameset.htm

Also, for overal information on SFTP adapters for PI, please check the document below.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0e0117a-3167-2d10-d2ae-f87dfa5e0...

0 Kudos

Hi,

SFTP is not supported. Please check Note 821267, point 28. sftp Support.

But you can use FTPS instead.

Regards,

Caio Cagnani