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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Move files from one folder to another folder on FTP

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. 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

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

View solution in original post

1 Reply
Anonymous
Not applicable
Author

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