cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Sessions during SFTP file transfer

0 Kudos

Hello Experts,

I need your help with the following issue.

I have a simple file transfer scenario from FTP Sender to SFTP receiver.

Three FTP sender channels and three SFTP receiver channels used.

File transfer is working fine. But my client at SFTP server side complains that for every file transfer separate session is getting opened which is causing overflow at their end.

Any idea on this issue is highly appreciated.

Thanks,

Glory.

Accepted Solutions (0)

Answers (1)

Answers (1)

weberpat
Contributor
0 Kudos

Hi Glory,

you can change the connection mode of each channel to permanent in the SFTP adapter's advanced mode, which will establish a re-usable connection for multiple file transfers. However, each of your three channels would still establish a separate connection.

Regards,

Patrick