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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFTPFileProperties -> tLogRow schema values blank.

Hello,
version 4.1.1 (java)
I am using
tFTPConnection -> OnComponentOk -> tFTPFileList -> iterate -> tFTPFileProperties -> row1 -> tLogRow (flow as suggested on other posts)
If I do not check 'File detail' on tFTPFileList I get 'com.enterprisedt.net.ftp.FTPException: 550 SIZE not allowed in ASCII mode'.
If I check 'File detail' I get seven rows (seven files in the relevant directory so tFTPConnection & tFTPFileList working) but the tLogRow output is '|||||'
I thought tFTPFileProperties would give me abs_path, dirname, basename etc - i.e. its built in schema.
I do not want to have to do a tFTPGet and a tFileProperties to get this information.
It doesn't appear that tFTPFileProperties is working properly?
Please advise - thanks.
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi
I think the problem is that you do not set the correct file path on tFTPFileProperties.
Best regards
Shong
Anonymous
Not applicable
Author

Hi
I am facing problem on ftpFileList_1 and the error is ftpexception 550. I am not sure why ?