Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
DBS1
Contributor III
Contributor III

tFTPConnection not working

Hi Team

I am trying to establish FTP connection using tFTPConnection component in Talend. For Authentication method, I am using 'Public key and password'. I am proving the values for hostname, port, username, password and also the path to Private key and Key passphrase as well.

I am getting the error as Invalid Private Key. I am providing the same credentials and private key in WinScp and is getting connected.
I have also tried converting the private key (ppk file) into OpenSSH key and used in tFTPConnection component, but it also didn't work.

Please help in resolving this issue.

Thanks
DBS

Labels (2)
11 Replies
quentin-vigne
Partner - Contributor III
Partner - Contributor III

1. Do you have an HTTPS Proxy ? If so, it doesn't work, you'll have to use tSetProxy

2. Do you use the conversion menu in PuttyGen ? Don't use the buttons on the bottom to Generate a new key

quentinvigne_0-1721910407686.png

Import your ".ppk" key using the "Import key" in "Conversions" menu.

Then use "Export OpenSSH key" and save it as "new.ppk" 

Use this new key

DBS1
Contributor III
Contributor III
Author

Hi @quentin-vigne 

I am not having any HTTPS Proxy.

And for conversion, I am doing the same way as you have described above. I have tried different but nothing is working.

Thanks

DBS