We are using the delivered PeopleSoft function PutAttachment to upload multiple files to an FTP site. The SFTP server is throttling the simultaneous incoming connection count at 10 causing our process to fail when the limit of connections is reached. Is there a way to open the connection once, upload ALL the files, and disconnect. Looked at CopyAttachments but this function also calls PutAttachment to copy the attachment to the destination.
Is there a way to achieve this without having to increase the limit of 10 connections?