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: 
Fernandez
Creator II
Creator II

How to browse subfolders from FTP directory ?

Hi all,

I want to get files from each subfolders into a FTP folder ?

I don't succeed with using tFTPFileList.

 

In the component tFileList, there's an option "Include subdirectories".

But not in the component tFTPFileList...

 

Thanks for your help

Labels (2)
4 Replies
TRF
Champion II
Champion II

Do you use a filemask for selection? If yes, I suppose (not tried) subfolder names must also match with the(se) mask(s).
Let me know.
Fernandez
Creator II
Creator II
Author

Hi,

 

Without filemask, I get only the subfolders and not the files inside the subfolders.

With filemask, I don't get anything.

Aukema
Creator
Creator

Iterate over the resultset with subfolders and and have a second ftp component handle the files per folder (1 iteration)

Anonymous
Not applicable

Hi! I'm actually new with talend and I'm trying to do something similar to this. My aproach was downloading all to a local machine and then read the latest files (because the file names are like "namefile-20190821.txt" for example). 

 

The thing is I don't understand how to do what you are telling us to do here. I know it's been a lot of years, but can you or someone upload an image explaining how to do it?

 

Thanks in advance.