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
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.