Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

FTPS (FTP over SSL)

I'm trying to connect to a server using FTPS. I can get it to work using FileZilla. I want to be able to push and pull files from the server. Were do I get the Keystore File and Keystore password requested by the tFTPConnection component? Thanks.
Here are the errors I get: (im excluding a key file)
java.io.FileNotFoundException:
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at talenddemosjava.test_ftptoFoo_0_1.test_ftpToFoo$1MyTrust_tFTPConnection_1.getTrustManagers(test_ftpToFoo.java:263)
at talenddemosjava.test_ftptoFoo_0_1.test_ftpToFoo$1MyTrust_tFTPConnection_1.access$0(test_ftpToFoo.java:255)
at talenddemosjava.test_ftptoFoo_0_1.test_ftpToFoo.tFTPConnection_1Process(test_ftpToFoo.java:282)
I understand that the error is due to no keyfile existing. Do I need to download the cert from the server and make that the keyfile???
Unless someone can tell me how to get this working ... I guess I'll use the cmd line component executing a cURL command.
Labels (3)
11 Replies
Anonymous
Not applicable
Author

Same issue
_AnonymousUser
Specialist III
Specialist III

Did you get a solution for this. Facing same issue...
Anonymous
Not applicable
Author

Anyone having solution, Please reply!
Anonymous
Not applicable
Author

Has this ever been fixed. I am trying to connect to ftps server for sending files. It asks for a keystore and password. Why would I need keystore/password to connect to external ftps service?
How do I go about retrieving or generating the cert and putting the file with FTPS?
Anonymous
Not applicable
Author

Hi,
Please take a look at a related jira issue: https://jira.talendforge.org/browse/TBD-52
Best regards
Sabrina
Anonymous
Not applicable
Author

Thanks jlolling. We have a similar need for a FTPS transfer mechanism. I guess we do not have an option but to do it outside of Talend.
Anonymous
Not applicable
Author

You can solve it with this workaround:
http://stackoverflow.com/a/6742204

Greets,
Janba
_AnonymousUser
Specialist III
Specialist III

Hi @xdshi
Have Talend started to support  FTPS? 
I can connect from Cyber Duck to this FTPS but not through talend, where as i can successfully connect to FTP or SFTP through talend.
Thanks
Bilal
Anonymous
Not applicable
Author

Hi,
Talend supports FTPS. Please take a look at the component tFTPGet or tFTPPut and check out  the option FTPS.
Please see my screenshot
Best regards
Sabrina
0683p000009MCSs.png