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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to run a unix command using talend component

Hi,
I need to copy some image files from one server to the other.
I have a unix command to this job for me, but i dont know which component in talend would support this function.
All i need is a component which would run a unix copy command. But i need to authenticate two servers.could someone please help me with this issue.
regards,
Aru.
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hello Aru,
am a new user to TOS. as far i know you can execute the unix command by using tSystem component. but no idea about authentication.
_AnonymousUser
Specialist III
Specialist III

If you can set up SSH keys between your two servers, then you can use a tSystem component to scp your files across without needing to type your password.
_AnonymousUser
Specialist III
Specialist III

tSystem maybe what your after....