Hello,
We're using JSCH 0.1.40, try to do sftpChannel.ls(".") on a directory with over 900 files in it. This errors with the following:
Caused by: 4:
at com.jcraft.jsch.ChannelSftp.ls(ChannelSftp.java:1342)
... 11 more
Caused by: java.io.IOException: inputstream is closed
at com.jcraft.jsch.ChannelSftp.fill(ChannelSftp.java:2325)
at...
2009-06-05 22:21:48 UTC in JSch