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: 
Anonymous
Not applicable

how to connect stfp using tftp connection element

Hello everyone.
I have a doubt, it turns out that I have a job that should use an ftp connection to be able to get multiple files.
However at the time of running the job I do not get any error or any items.
What is this about? 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

Please design your work flow like:tftpconnection-->onsubjobok-->tftpget to see if it works.

If you want to use tftpfilelist to list all files/folders on the FTP root directory, the work flow should be:

tFTPConnection

|

onsubjobok

|

tFtpfilelist-->iterate-->tIterateToFlow-->tlogrow

|

onsubjobok

|

tftpget

Please take a look at a related scenario:TalendHelpCenter: Scenario: Listing and getting files/folders on an FTP directory

 

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hello,

Please design your work flow like:tftpconnection-->onsubjobok-->tftpget to see if it works.

If you want to use tftpfilelist to list all files/folders on the FTP root directory, the work flow should be:

tFTPConnection

|

onsubjobok

|

tFtpfilelist-->iterate-->tIterateToFlow-->tlogrow

|

onsubjobok

|

tftpget

Please take a look at a related scenario:TalendHelpCenter: Scenario: Listing and getting files/folders on an FTP directory