Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi @ll,
I have a problem with waiting for a SFTP file to be available for download.
In Talend I create a file, send it to a secure FTP server. A script processes the file and create a new file for download. The processing time can variate from seconds to minutes.
So after sending the file from Talend to FTP I must wait and check recurring if the new processed file is available for download. Then I could continue the Talend process.
If it would be a localfile, I could check it with the tWaitForFile component, but how can I do it with SFTP?
The only component I found was fFTPFileExist, but I can not build a waiting loop around.
How can I do that?
Kind regards,
Alex