Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
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