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: 
KNaim
Partner - Contributor
Partner - Contributor

Iterate over sftp directories to get content and sub directories

Iterate over sftp directories to get content and sub directories
I dont have option of include subdirectories, how to do it as a work around,
i need to get files under directory and under subdirectories i need the files also 

Labels (1)
2 Replies
Xiaodi_Shi
Support
Support

Hello,

Here is a talend built-in component tftpfilelist which iterates and lists all files and folders on an FTP server directory, and then get only text files on that directory to a local directory.

https://help.talend.com/en-US/components/7.3/ftp/tftpfilelist

Feel free to let us know if it helps for your use case.

Best regards

Sabrina

 

KNaim
Partner - Contributor
Partner - Contributor
Author

Hello,

I already used tfilelist component to iterate files through a direct directory, but when it comes to subdirectory under the directory and files under the subdirectory, we're not able to read the files under the subdirectory, is there any solution for this ?