Send multiple files in SFTP connector

Hello,

I am new to iPaaS and working on a fairly simple SFTP flow.  I am connecting to a Windows directory to get a file and then connecting to Moodle through SFTP to create the file on the remote server.  This is working as expected for a single file.  I need to send three files from the Windows directory to the SFTP server but I only want to make one connection.  I am doing this today in script which sends *.csv to the SFTP site. 

Is there an equivalent to this that I can use?  I can create three Windows File System calls to get each of the files but do I need to create three individual SFTP calls to each file as well?

 

Tags iPaaS connector sftp
Asked by Chuck Ray on Mon 10/14/24 12:10 PM Last edited Mon 10/14/24 1:13 PM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Michael Ligouri Fri 10/25/24 10:49 AM

Hi Chuck, yes you would need to make 3 separate steps in the flow to create the files at the SFTP. That being said, what kind of script are you using that is currently working as desired? Because iPaaS does have a Powershell connector and ability to run some Javascript.

No feedback
Thanks, Michael. Currently we are using a WinSCP script so I could move that into Powershell. I appreciate the reply. - Chuck Ray Fri 10/25/24 11:15 AM