08-21-2020 08:51 AM
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?
Thanks,
Bob
08-21-2020 09:08 AM
Hi @robert_parks,
You should be able to do that using Binary snaps and SSH Auth account.
08-21-2020 01:12 PM
I’m not given the specific path to connect too. How do I set up the path?
This is different than any other SFTP I’ve used.
08-21-2020 03:26 PM
I’m not sure if understand your question correctly. Without the specific path, it will be connect to the given user’s home directory.
You will have to set up an SSH Auth account with the username, private key and passphrase. Then use a Binary snap with that account to connect to the server, for example Directory Browser or File Reader where you provide the directory/file path in the snap settings.
09-08-2020 06:33 AM
You were correct – I was able to use the standard SSH Authorization Account. My issue was that I was including the file server location in the user name.
Once I removed that – all was good.
Thanks for your direction on this.
Cheers,
Bob