Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to make a connection from my Sense hub to an FTP folder. I found a post on the community explaining. But in the first step: connecting to a webfile and pasting the FTP link it goes wrong.
I pasted my FTP link: ftp://QLIKFINEXT\-svc-qlik-finext. And gave it a name. When pressing next I get the error: "source not found". What am I doing wrong? Should I paste something else in the FTP link?
Regards, Paul
i think it's imposible get data from ftp to Qlik sense directly.
workaround is get data from ftp to local folder and then put it in Qlik Sense
According to this post it is possible: How to load data in Sense via FTP?
I just can't get it to work
i check it. It's not working. Try set ftp://ftp.serv.com and ftp://user:pass@ftp.serv.compass@ftp.serv.com.
Sorry Alexander i don't quite understand what you mean. Let say these are my credentials, what do I need to use?
Link: ftp://qlik-app-finext.cloudapp.net
User: QLIKFINEXT\-svc-Paul
PW: test123
What do I need to paste in the link?
Regards, Paul
Paul. did you get this to work in the end? I have the same problem.
Nope never found the solution to get it to work. If you are able to find out how it works please let me know
Hi Chantelle,
I played a little bit with Qlik Sense's Web File Connector and configured an FTP Server on my workstation (FileZilla - freeware and good for the test) after few try and errors, the screenshot below shows the parameters to use:
Now, that is how I manage to connect to the FTP Server, I had been unable to GET any file from the FTP Site; the only way I could do it (get one of the files at the FTP Site) was with this Connection:
ftp://FTP_Test:test@localhost/File001.txt
The above URL in the Web file's URL is able to read the File001.txt, but I can't within the script dynamically issue the FTP command GET File001.txt
HTH
I would advice you to use the Qlik Web Connector - it has a sub-connector for FTP and SFTP which is much more robust and has a lot more options and flexibility than the WebFile approach.
The QWC with FTP/SFTP is a standard sub-connector which means it is free for any customer or partner. It can be downloaded from the customer/partner download area - not the "free" download area. You have to be logged in as a customer or partner to find it.
Thanks Petter for the lead!
I will check it out on Monday !!!