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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Implicit SSL/TLS FTPS support in Talend 6.2.1

Hi guys,

 

I am using tFTPConnection component in Talend 6.2.1

 

When I enable FTPS Support (Security Mode Implicit), I get an error 'com.enterprisedt cannot be resolved to a type'? What to I need to to resolve this? Will it then work on tFTPFileList and tFTPGet components?

 

Also, can I put empty Keystore File and Password?

 

Cheers.

 

Labels (3)
11 Replies
Anonymous
Not applicable
Author

Just an update, I am now just using tFTPGet only with FTPS Support.

I got it somehow to connect but it throws an Exception when the Filemask is not "*". (e.g. when you specify a filename)

[INFO ]: talend_gateway.try_ftps_0_1.try_ftps - tFTPGet_2 - Downloading files from the server.
Exception in component tFTPGet_2
it.sauronsoftware.ftp4j.FTPException [code=550, message= File '.' not found.]
	at it.sauronsoftware.ftp4j.FTPClient.list(FTPClient.java:2164)
	at talend_gateway.try_ftps_0_1.try_ftps$1FTPSGetter_tFTPGet_2.getFiles(try_ftps.java:413)
	at talend_gateway.try_ftps_0_1.try_ftps.tFTPGet_2Process(try_ftps.java:608)
	at talend_gateway.try_ftps_0_1.try_ftps.runJobInTOS(try_ftps.java:901)
	at talend_gateway.try_ftps_0_1.try_ftps.main(try_ftps.java:735)
[FATAL]: talend_gateway.try_ftps_0_1.try_ftps - tFTPGet_2 File '.' not found.

However, when you change the Filemask is '*', it gets in and download all the files in that FTPS folder.

Anonymous
Not applicable
Author

rozetta-kc, Did you resolve this error?