Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Download FTP Files?

Hi Everyone,

Actually i am traying to Download a file TXT from Adress FTP, may be i doing something bad in my script, when i run my script dont get anything and also dont creaty any resident table.

Can you help please?

For each File in Filelist(['ftp://sft.ed.gf:990\Qlikview\clientesQV*.txt'])

Clientes2:

LOAD Distinct

NIC,

  [Nacionalidad]

FROM

$(File)

(txt, utf8, embedded labels, delimiter is '|', msq);

Next File

1 Reply
techvarun
Specialist II
Specialist II

Hi Omar,

You cannot use the combination of backslash and forward-slash in a single line.

The ftp format should come as below:

The syntax is..

ftp://userName:password@FTPServerName/somemorestufftoyourfile

Detailed answer is available in the below thread
Ftp problem