SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

System.Net.Sockets.SocketException: 'An existing connection was forcibly closed by the remote host.'

Open Bradenb25 opened this issue 3 years ago • 3 comments

I'm able to initially connect to the sftp server. However, after the initial file upload I try and reconnect to upload another file. This is when I get 'An existing connection was forcibly closed by the remote host.' The connection and upload process I'm using is very simple.

image

It seems like when I disconnect it's not fully disconnecting so when trying to reconnect it throws this exception.

Bradenb25 avatar Sep 01 '22 22:09 Bradenb25