Open GoogleCodeExporter opened 8 years ago
I also experienced this error when connecting to a GlobalScape server.
Appears to be a mismatch in MAX_PACKET_SIZE = 64 * 1024 in
main/java/ch/ethz/ssh2/transport/TransportManager.java
and hardcoded 34000 maxlen defined with all receiveMessage() calls.
my guess is either changing MAX_PACKET_SIZE = 32 * 1024 or recieveMessage(64 *
1024) will fix the issue.
Original comment by jay.dani...@gmail.com
on 17 Jun 2015 at 8:37
See also: https://trac.cyberduck.io/ticket/5308
Original comment by jay.dani...@gmail.com
on 17 Jun 2015 at 8:42
Original issue reported on code.google.com by
Khan.Far...@gmail.com
on 25 Aug 2014 at 7:41