Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Do you have any Java experience? If so, a variation on this workaround *may* help you....
https://community.talend.com/s/feed/0D73p000004uVGzCAM
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.
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