cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Multiple files from FTP to SFTP

Former Member
0 Kudos

Hi Experts,

Currently i am working on File to File(SFTP) scenario. from sender side we have send three files(tab delimited files) to third party location it is secure here we are using SFTP adpater. sender communication channel we have put '*' in the file name so it picks the files from sender location. but how can i handle at target side file names. Please help me how to handle multiple file at target side.

Best Regards,

Sanjay.

Accepted Solutions (0)

Answers (2)

Answers (2)

iprieto
Contributor
0 Kudos

As Srinivasan said you can use the Message Attributes option to get the Filename dinamically. For sending several files from sender side to receiver side you can use a ccBPM or BPM (depends of your SAP PI/PO version).

There are a ccBPM (Collect Message) pattern that you can use to implements this issue easily.

Regards

Iván

former_member223322
Active Participant
0 Kudos

You can use the Adapter specific Message-attributes option in your SFTP receiver channel by selecting the Filename checkbox and using the attribute FileName.

~Srini