Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm trying to extract .CSV files in a folder(Jobs) on an FTP server. Once I extract them I want to clear the files in the 'Jobs' folder and move them to another folder(Archive) on the same FTP server. I'm using below flow but doesn't seem to work:
tFTPConnection > tFTPGet > tFTPRename
The other workaround flow I thought was :
tFTPConnection > tFTPGet > tFTPDelete > tFTPPut
I'm just curious to know if we can transfer files on-air using Talend. If yes, how to?
Any help would be appreciated. Thank you.
Hello,
So far, talend doesn't support for transferring data by air. It means you have to get your files from FTP server to local machine and then move them to another place on the same FTP server.
Best regards
Sabrina
Hello,
So far, talend doesn't support for transferring data by air. It means you have to get your files from FTP server to local machine and then move them to another place on the same FTP server.
Best regards
Sabrina