Guest User

Untitled

a guest
Sep 27th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. com.jcraft.jsch.JSchException: Session.connect: java.security.NoSuchAlgorithmException: DH KeyPairGenerator not available
  2.  
  3. from("file:data/input?noop=true")
  4. .log("Uploading file ${file:name}")
  5. .to("sftp://www.mydestination.com:22/../opt/tmp?autoCreate=false&username=MyUser&password=MyPassword&passiveMode=true")
  6. .log("Uploaded file ${file:name} complete.");
Add Comment
Please, Sign In to add comment