Hi,
Here is my source code to put file to SFTP server:
Jsch jsch = new JSch();
Session session = jsch.getSession(username, hostName, port);
// set configuration params goes here
..
session.connect();
ChannelSftp sftpChannel = (ChannelSftp)session.openChannel("sftp");
sftpChannel.connect
Hi, please disregard my last email. I had un-commented the
e.printStackTrace() after the Session loop for diagnostic reasons. So,
those traces are benign, although it is still a mystery why my Session
ended abruptly in the one case.
So, I continued my testing of rc3-flowcontrol under very heavy
Hi,
+-From: Nguyen Tran Vu Linh --
|_Date: Tue, 7 Feb 2012 00:22:10 -0800 (PST)
|
|I'm using Jsch version 0.1.45 and I encountered an error as
|described below:
|- When I keep SFTP channel connecting with SFTP server and
| transfer multiple files (~1000), it thr
- Forwarded Message -
From: Nguyen Tran Vu Linh
To: Atsuhiko Yamanaka
Sent: Tuesday, February 7, 2012 10:22 AM
Subject: SFTP directory existence checking error
Hi,
I'm using Jsch version 0.1.45 and I encountered an error as described below:
- When I keep SFTP channel connecting with
We tested with this version and it appears to be fixed now. Didn't see that
bug mentioned in the release notes for 0.1.46 so didn't realize it was fixed.
_
lance
On 2012-02-04, at 11:10 PM, "Atsuhiko Yamanaka" wrote:
> Hi,
>
> +-From: Lance Titchkosky --
> |_Date: Sat, 4 Feb 2012 18:46