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

FTP connection to a linux server

Kakelad
7 - Meteor

Hello!
We are trying to read and write data from/to our linux server.
We have validated through an SSH connection that the file is there and that the path is as we have configured in alteryx. We also configured the username and password in Alteryx.
However, when trying to run the GET in Designer, we get and error that "server could not be connected".
I will add a screenshot of our situation. 

What are we doing wrong? Any tips?
Thank you!


2 REPLIES 2
KevinP
Alteryx Alumni (Retired)

@Kakelad Most likely your URL is incorrect. Most ftp servers chroot the users login into their home directory. So /home/<username> typically becomes just /. To test this you can try pasting the URL directly into your web browser. You will likely get the same or similar error as you do in the download tool. If this is the case try shortening the url to: ftp://transfer.fonapi.fi/in/rikastettava_data.csv or to: ftp://transfer.fonapi.fi/rikastettava_data.csv

Kakelad
7 - Meteor

Thanks for the answer!

I kind of already solved my own problem :) just changed the "ftp//" in my connection name to "sftp//"
Too simple :D !


Labels