某天在和客戶端進行FTP對接測試時,莫名報錯了,心想不可能吧,不是測試過了嗎?仔細看了Exception内容: System.TimeoutException Timed out trying to read data from the socket stream! System.TimeoutException: Timed out trying to read data from the socket stream! at FluentFTP.FtpSocketStream . ReadAsync (Byte[] buffer , Int32 offset , Int32 count , CancellationToken token ) at FluentFTP.FtpSocketStream . ReadLineAsync (Encoding encoding , CancellationToken token ) at FluentFTP.AsyncFtpClient . GetReplyAsyncInternal (CancellationToken token , String command , Boolean exhaustNoop , Int32 timeOut ) at FluentFTP.AsyncFtpClient . GetReply (CancellationToken token ) at FluentFTP.AsyncFtpClient . HandshakeAsync (CancellationToken token ) at FluentFTP.AsyncFtpClient . Connect (Boolean reConnect , CancellationToken token ) at FluentFTP.AsyncFtpClient . Connect (CancellationToken token ) Timed out !! 隨即用 FileZilla Client 測...
留言
張貼留言