Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Download Tool

AndrewCrayford
8 - Asteroid

Just wondering if the download tool used any of these SFTP_Ciphers?

 

kex_algorithms (2)
       diffie-hellman-group14-sha256@ssh.com
       diffie-hellman-group-exchange-sha256
   server_host_key_algorithms (2)
       ssh-rsa
       ssh-rsa-sha256@ssh.com
   encryption_algorithms (3)
       aes128-ctr
       aes192-ctr
       aes256-ctr
   mac_algorithms (2)
       hmac-sha2-256
       hmac-sha2-512
   compression_algorithms (2)
       none
      zlib 
5 REPLIES 5
AndrewCrayford
8 - Asteroid

Just wondering if any one can help me on me on this, as the SFTP I need to import and export files to are going to be use Ciphers next month.

DiganP
Alteryx Alumni (Retired)

@AndrewCrayford I am not sure about the download tool. For the sFTP upload, you can use the tool created by one of our partners (teknion), sFTP with RSA tool. You can download it here for free. Does this help?

 

DiganP_0-1578329964892.png

Digan
Alteryx
AndrewCrayford
8 - Asteroid

Hi @DiganP 

 

Many thanks for your help and yes it does help.

 

I going to do some testing soon with this tool soon.

 

Thanks

AndrewCrayford
8 - Asteroid
 
AndrewCrayford
8 - Asteroid

I was wondering if the filename can be taken from a field from the workflow instead of hard coding into the tool?

Labels