Hi all, I've been working on expanding the SFTP add-on found at http://issues.apache.org/jira/browse/SSHD-55 In some cases, when uploading certain files (size seems to matter) SSHD fails even before getting to the SFTP subsystem. It seems that SSHD crashes due to a EOFException on the InputStream that receives the data. It looks like it starts at 71 bytes of data. I've however been able to correctly upload bigger files but it has also failed on some bigger files.
An example file that causes the exception can be found in attachment of the bug SSH-55 (link above) I've tested the code using the latest trunk version of SSHD under Windows Vista and under Fedora, using JDK 1.6 Has anyone encountered such behaviour before ? Patrick
