Hi,
Function "partial void SocketRead(int length, ref byte[] buffer)":
Exception:
if (_isDisconnecting)
throw new SshConnectionException("An established connection was aborted by the software in your host machine.", DisconnectReason.ConnectionLost);
receivedBytes is 0;
_isDisconnecting is true;
SshClient.Dispose() or SshClient.Disconnect() always throw exception :/
Comments: ** Comment from web user: drieseng **
Function "partial void SocketRead(int length, ref byte[] buffer)":
Exception:
if (_isDisconnecting)
throw new SshConnectionException("An established connection was aborted by the software in your host machine.", DisconnectReason.ConnectionLost);
receivedBytes is 0;
_isDisconnecting is true;
SshClient.Dispose() or SshClient.Disconnect() always throw exception :/
Comments: ** Comment from web user: drieseng **
What version of SSH.NET are you using ?
This should work fine using the latest beta (2014.4.6-beta1).