Re: [JSch-users] Algorithm negotiation fail Exception while doing SFTP

2013-11-19 Thread Atsuhiko Yamanaka
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

[JSch-users] Algorithm negotiation fail Exception while doing SFTP

2013-11-13 Thread rakstar
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