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: 
_AnonymousUser
Specialist III
Specialist III

[resolved] how to move files from one directory to another directory on FTP servr

Hi Community,
I am trying to move files from one directory to another directory on FTP server. I found a component tFTPRename but it worked for only a single file and when i used wild card in the FileMask  it gave an error:  /./B*.txt is not unique: []. 
Does anyone has an idea which other component I can use to accomplish this task?
Thanks in advance.
Zak
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,
So far, talend don't support for transferring data by air.  You have to load your data from one remote server into local and then put the data on another remote server.
The work flow  should be: tFtpConnection-->tFtpGet(load data from server into local)-->onSubjobOK-->tFTPPut(put local data on another remote server).
Feel free to let us know if it is Ok with you.
Best regards
Sabrina

View solution in original post

2 Replies
Anonymous
Not applicable

Hi,
So far, talend don't support for transferring data by air.  You have to load your data from one remote server into local and then put the data on another remote server.
The work flow  should be: tFtpConnection-->tFtpGet(load data from server into local)-->onSubjobOK-->tFTPPut(put local data on another remote server).
Feel free to let us know if it is Ok with you.
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

Perfect!!!!
Thank you for the quick response.
Zak