Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Download a list of files from sftp

So I have a txt file with absolute paths of files on a remote sftp site.
Example
/home/user/automated/filename1.txt
/home/user/manual/differentpattern.doc
...
...

Now I want to download all the files given in that txt file.
Any idea on how to go about doing this?
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

hi,
try something like :
tFileinputDelimited --> flowToIterate --> tFtpGet
regards
laurent

View solution in original post

2 Replies
Anonymous
Not applicable
Author

hi,
try something like :
tFileinputDelimited --> flowToIterate --> tFtpGet
regards
laurent
Anonymous
Not applicable
Author

That worked, awesome.
Thanks a bunch!