Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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 -
tSSH is more inclined when you need to return data from a remote computer based on the secure shell command defined.
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.