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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
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
ffwrude
Contributor III
Contributor III

Hello,
I have the same problem. Ok so there's a FTPS support on tFTPGet and tFTPConnection but i can't get it to work as it asks me for a Keystore file and a keystore password.
Now when i connect through Filezilla i am not asked for a Keystore file/password and it works. Why is Talend asking for this ? how to prevent it from using this ? 
davechurchley
Contributor
Contributor

I've currently got the same issue as ffwrude
Can I use FTPS without a keystore? If not, where do I get this from?
Thanks.