我们已通过cron作业调度了从远程主机到SSH主机中的文件传输。 不幸的是,我们遇到了一些错误
“ 14:30:21,804错误TransportProtocolCommon :?-传输协议 线程失败
虽然通过Sftp进程传输文件,但并非每次都发生。每当文件大时,我们都会收到此错误。
14:30:21,804 ERROR TransportProtocolCommon:? - The Transport Protocol thread failed
java.io.IOException: The socket is EOF
at com.sshtools.j2ssh.transport.TransportProtocolInputStream.readBufferedData(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolInputStream.readMessage(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolCommon.processMessages(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolCommon.startBinaryPacketProtocol(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolCommon.run(Unknown Source)
at java.lang.Thread.run(Thread.java:811)