Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to set a sftp connection by using a .pem file. Into my tFTPConnection component, set the authentification method as public key and put the file path in the private key field but when i try to run the job, it keep telling me that i have a connection timed out
Execution f492797a-c2f8-4eee-a3ec-d712ae7a34ea failed with code 4 and error Job stopped with errors or unable to run. Exception in component tFTPConnection_2 (JOB_NAME) com.jcraft.jsch.JSchException: java.net.ConnectException: Connection timed out: connect
someone have a solution ?
Hello,
With connection work issue, are you trying to connect to SFTP through proxy?
Have you been able to connect to the SFTP site via the same proxy outside of Talend, for example, using a command-line tool like sftp or ssh? If not, perform a manual connection test against the SFTP server through this proxy. This could rule out the possibility of network or firewall issues.
Best regards
Sabrina