Re: SFTP fails after upgrade to Camel 3.18.0

2022-07-13 Thread Grzegorz Grzybek
Hello https://issues.apache.org/jira/browse/CAMEL-17835 issue was about switching from unmaintained version of jsch to new forked version with more (safer) alogorithms supported (like SHA2 and eddsa). You'd have to enable server side and Camel debug logging to check which KEX algorithms are prese

SFTP fails after upgrade to Camel 3.18.0

2022-07-13 Thread Reto Peter
Hi In Camel 3.16.0 we did successfully use the SFTP component like this: from("sftp://{{sftp.host}}:{{sftp.port}}/{{sftp.remotedir.from.customer}}"; + "?username={{sftp.username}}" + "&password={{sftp.password}}" + "&u