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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
jaink
Contributor
Contributor

tSCPput or tFTPput Error

I want to copy file from local to remote server.

To test the connection, i used tSSH and i am able to execute commands on remote server.

But, when i use the same credentials in tSCPput or tFTPput, i either get read timed out or connection refused error.

Can anyone help?

Labels (2)
3 Replies
iamabhishek
Creator III
Creator III

Why not use tFTPConnection to establish connection with remote server and then use tFTPPut by reusing the same connection to drop files in the remote server.

Sample layout - 

0683p000009LzAr.jpg

 

tSSH is more inclined when you need to return data from a remote computer based on the secure shell command defined.

jaink
Contributor
Contributor
Author

I used tssh only to check if the connection works as expected or not, and this component is not used in the job.

 

The problem is, that when i use ftp or scp components (connection --> put), with the same credentials which were used to test the connection, the job goes in error either due to connection refusal or read timed out.

iamabhishek
Creator III
Creator III

Could you help us with the error details and your job layout.