Hey guys,

We have been using JSch 0.1.42 in a project here to periodically send some data 
via SFTP to various servers owned by our customers. Everything has worked well 
for a few months, but just recently I saw the following exception in the logs 
when trying to send data to a particular customer:

4: I/O Error.
        at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2289)
        at com.jcraft.jsch.ChannelSftp.checkStatus(ChannelSftp.java:1937)
        at com.jcraft.jsch.ChannelSftp._sendCLOSE(ChannelSftp.java:1943)
        at com.jcraft.jsch.ChannelSftp._put(ChannelSftp.java:573)
        at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:439)
        at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:406)


Does anyone know what this error means?

Thanks,
Jim
------------------------------------------------------------------------------
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to