Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Upload file to SFTP

response
5 - Atom

Hi, I have a little problem with upload file to SFTP. Alteryx returns an error: Error transferring data: Access Denied to remote sesource

My url address looks like this: ftp://host/xxx/xxx/xxx/xxx/

FTP is secured by login and username. If I'm trying to enter to this url by Chrome and Opera borwser I'm receiving error: This site can't be reached, but if I'm trying to enter by Internet Explorer then this works correctly - below I attached screens. I think it can be a problem.

 

I typed the correct username and password of course.

 

Anyone had the same problem? I'll be grateful for any solution, thanks.

 

My flow:

p5.png

 

Please refer to the below snapshots:

p1.pngp2.pngp3.pngp4.png

 

Chrome browser:

p6.png

IE browser:

p7.png

2 REPLIES 2
afv2688
16 - Nebula
16 - Nebula

The server may be sending an unusuable IPv4 and for some reason you IE is resolving this issue by "guessing" (thats why it works on some and on some not).

 

Try this solution, it offers a macro dedicated to connect to SFTP:

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/ZIP-and-SFTP-ToFile-ToFileToZIP-ToFile...

 

Macro download link:

https://community.alteryx.com/pvsmt99345/attachments/pvsmt99345/designer-discussions/11885/3/ToFileT...

response
5 - Atom

Thanks @afv2688 for the suggestion. I've resolved issue. The problem was connection by ftp. Changed to sftp has helped.

Labels