Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Talend_user123456787654

Keystore file & Keystore password during setting FTPS connection using tFTPconnection component

Hi,

I am creating a FTP connection over SSL , using FTPS Support.

However, I am unable to proceed with the same as Talend component configuration requires the Keystore file & Keystore Password to establish the connection with the FTP server.

Is it possible to bypass this , as WinSCP and other FTP applications are able to connect through without requiring these certificates/keystore files.

Or is there anyway we can generate or workaround this to establish the FTP connection.

Incase, its mandatory, who should be able to provide the certificates or the keystore file to connect to the FTP server.

Thanks

Labels (2)
3 Replies
Anonymous
Not applicable

Do you have any Java experience? If so, a variation on this workaround *may* help you....

 

https://community.talend.com/s/feed/0D73p000004uVGzCAM

Talend_user123456787654
Author

I have Java experience and could find the insights helpful, but in my case, SFTP connection establishment is not possible as I do not have the ppk file needed. Only way to connect is using FTPS connection and not SFTP.

Anonymous
Not applicable

Sorry, I misread this. But you can still follow a similar workaround to one I described using the tJavaFlex. You will need to use different code though. I found this which might help....

 

https://stackoverflow.com/questions/36302985/how-to-connect-to-ftp-over-tls-ssl-ftps-server-in-java