Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

FTP to appli

Hello everyone!

I want to link my ftp to an appli to load every ".cvs". Actually, I tried with that :

LOAD

  *

FROM [ftp://AAA:BBB@11.111.11.111/files/ *] (txt, codepage is 1252, embedded labels, delimiter is ';', no quotes);

I cannot open with this link.

Regards

1 Solution

Accepted Solutions
peter_turner
Partner - Specialist
Partner - Specialist

Hello Kenny,

Are you able to open that FTP from your PC outside of QlikView?

You can also use the built in wizard in the script editor to help make the connection into FTP to help get the syntax correct, from the Data from Files 'Web Files'.

Also check this post which might help

https://community.qlik.com/message/594187#594187

View solution in original post

3 Replies
prieper
Master II
Master II

Did you try to copy the corresponding real address into your browser?

If not, follow the instructions

Peter

Anonymous
Not applicable
Author

Hi Kenny,

Wildcards '*' will not work in FTP, use loops to bring in all files from a folder.

peter_turner
Partner - Specialist
Partner - Specialist

Hello Kenny,

Are you able to open that FTP from your PC outside of QlikView?

You can also use the built in wizard in the script editor to help make the connection into FTP to help get the syntax correct, from the Data from Files 'Web Files'.

Also check this post which might help

https://community.qlik.com/message/594187#594187