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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
SI3
Contributor
Contributor

tFTPFileList not listing files recursively when used with tFTPFileProperties

I have a pipeline with the following

tFTPConnection_1 -> tFTPFileList_1->tFTPFileProperties_1->tLogRow_1

tFTPFileList has remote directory = "root", Filemask as "*".

tFTPFileProperties has remote directory = "root", File= (String)globalMap.get("tFTPFileList_1_CURRENT_FILE")

STP remote directory "root" contains the following:

/root/1.txt (file)

/root/dir1 (sub-directory)

/root/dir1/2.txt (file)

I expect that my tLogRow would display

root/1.txt

root/dir1/2.txt

However, it displays only

root/1.txt

root/dir1

It is not recursive. What am I missing here?

Thanks

Labels (2)
1 Reply
Anonymous
Not applicable

Hi

It is a new feature, the option 'include subdirectory' does not exist on tFTPFileList component yet.

 

Regards

Shong