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
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