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?
Answer (1)
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.