Using "sftp -i [private key location] username"
A vendor is having us retrieve their info using this SFTP method: sftp -i /path/to/private/key username@vendor.net Any thought how to do this in SnapLogic? Do I need to do it as a script? Also I have a passcode that i will need to use? Thoughts? Tha...