You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Offline
Is there a response at this question? im blocked on this to. I'd like to iterate folder and subfolders to catch files an copy them to local machine? It is possible?
I have the same requirement. Anyone figure out how to do this?
Would also really appreciate any summary of how you worked around the need, even if it's not cleanly with a built-in Talend component..
thanks!
Offline
Hello,
To iterate the ftp Server, I made a "static" mapping between subdirectories definitions from a file so that I could try to retrieve files according to already known subdirectories.
JNB
Offline

you can use tftpfilelist to list the directories on the ftp site and then use another tftpfilelist to go through the directories listed by the first one, I knew there was only 2 levels of dir's to do. Its not great but it worked.
However I would think you could put it into a loop to recursively go through an unlimited number of dir's, probably only using 1 tftpfilelist component.
Offline
Pages: 1