[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
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
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