Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Using Talend Open Studio 5.6.3 on Linux
Reviewing the modules (jar files) installed in my Talend environment I see
edtftpj-2.4.0.jar
jsch-0.51.jar
ftp4j-1.7.2.jar
all associated with tFTPConnection and other related tFTP stuff.
I noticed that when using the tFTPConnection component that the Java code that is generated uses the jch-0,51.jar
Is there a way to have the tFTPconnection component use the edtftpj-2.4.0.jar for generating code instead?
I find that the jch-0,51.jar does not handle connection errors very gracefully and would like to try a different Java library
like edtftpj-2.4.0.jar
Thank You
Peter