1
我在與Renci SSH.Net一個奇怪的問題連接異常「客戶端未連接」,即使上在產量爲true
之前檢查sftp.IsConnected
。客戶端不能與SSH.Net
文件按預期下載。
堆棧跟蹤如下:
at Renci.SshNet.Session.SendMessage(Message message)
at Renci.SshNet.Session.SendDisconnect(DisconnectReason reasonCode, String message)
at Renci.SshNet.Session.Disconnect()
at Renci.SshNet.BaseClient.Disconnect()
at My.Program.MyMethod() in c:\path\to\my\program.cs:line 42
我目前的工作是'catch(SshConnectionException ex){}' - 這不是理想的 – 2014-08-27 12:37:28