Re: [JSch-users] Missing timeout value in ChannelDirectTCPIP.connect() will terminate session after ssh server channel timeout

2013-04-24 Thread Lars Merke
Sorry for the long delay, I was on vacation. The new version is working for portforwarding. Unfortunately I am using the ChannelDirectTCPIP class directly from another package and I am not able to control the timeout value that way. Can you add a public method to set the timeout value for Channel

[JSch-users] scp checkAck blocked on read

2013-04-24 Thread Prakash Babu
Hi, I am using the ScpTo example (http://www.jcraft.com/jsch/examples/ScpTo.java) to copy files(250 MB) from one host to another. Intermittently the last call to the checkAck(in) hangs. I added more debug statements and found the in.read in the checkAck method is blocked indefinitely.