Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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!