Hi,
+-From: ---
|_Date: Wed, 13 Nov 2013 11:28:30 + __
|
|Getting the below exceptions while connecting
|Exception in thread "main" com.jcraft.jsch.JSchException: Algorithm
|negotiation fail
...
Try http://www.jcraft.com/jsch/examples/Logger.java
You may find
Hi Team,
I trying below code to start a SFTP session for file transfer(from linux to
windows server).String dstDirectory = "";
JSch jsch = new JSch();
session = jsch.getSession("*", "**", 22);
session.setConfig("StrictHostKeyChecking", "yes");
se