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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Update jsch.jar

Hi,
I'm still using TOS 6.1.1 on Windows 7.
I have problem with FTP connection like this:
Exception in component tFTPConnection_1
com.jcraft.jsch.JSchException: Algorithm negotiation fail

I ve found the solution - upgrade jsch-0.1.51 to jsch-0.1.54.
How can I do this ?
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi,
Could you please try to rename your new .jar file with the old one(rename jsch-0.1.54 as  jsch-0.1.51) and restart your studio to see if it works?
 
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
Could you please try to rename your new .jar file with the old one(rename jsch-0.1.54 as  jsch-0.1.51) and restart your studio to see if it works?
 
Best regards
Sabrina

Thanks!! It helped me
Anonymous
Not applicable
Author

Hi,
Great it works for you.
Could you please mark this topic as resolved if this issue is fixed on your end.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi

I had the same issue using TOS 6.1 to connect to a FTP with implicit TLS.

I had the sftp support checked.

Following this thread, I downloaded jsch-0.1.55, copied it into D:\Talend\TOS_DI-20151214_1327-V6.1.1\workspace\.Java\lib and renamed it jsch-0.1.51.jar. After restzrting the studio, same issue.

I then copied it to D:\Talend\TOS_DI-20151214_1327-V6.1.1\configuration\.m2\repository\org\talend\libraries\jsch-0.1.51\6.0.0-SNAPSHOT to replace the existing jsch-0.1.51-6.0.0-SNAPSHOT.jar

It now works after restarting the studio

Hope it helps !