Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Download files from SFTP (that need SSH keys public, private) and move files to Archive

Hello

 

Does anyone have a workflow that will download files from SFTP (using SSH public and private keys) and then move these files to an Archive folder? How do I achieve this?

 

Edit: Looking for a workflow that uses WinSCP. Please share it if you have one.

3 REPLIES 3
apathetichell
19 - Altair

You can use cli to use putty/winscp or you can use paramiko in python. This is not natvely supported by Alteryx and you will need to script it yourself.

Do you have any workflow I could use that uses WinSCP?

apathetichell
19 - Altair

Sorry - I built one a few years back but I don't have access to it anymore.

Labels