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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

copy file from one server other server in Talend

Hi Talend experts .
I need to copy files from one server to other sever i.e. client sever to my server . Once copy or transfer is completed it should creat .send indicator file for that corresponding file ,
 Which component do I need to use to achieve this .
Thanks
Regards
Mohini
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi Mohini,
Do you want to copy files from one FTP server to another?
If so, you can use the job: tFtpConnection-->tFTPFileList-->tFTPGet(fetch data from FTP server into local)-->tFtpPut(Put local data you fetched before on another server).
Best regards
Sabrina
Anonymous
Not applicable
Author

yes but how do I make sure that file transfer is successful .. we need some indicator once completion is completed  ..
Anonymous
Not applicable
Author

 Once copy or transfer is completed it should creat .send indicator file for that corresponding file ,

Do you want to append ".send" to the last line of file? or write something like "the filename is transfer complete" to another file"?
Anonymous
Not applicable
Author

Emp.txt
Transferred Server A to Server B in server B two file should be available if transfer is successful.
Emp.txt and Emp.send
Send indicator says file transfer is successful