Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
rozetta-kc, Did you resolve this error?