-
This Async library isn't compatible with later versions of SSH.NET (eg latest 2024.1.0), assumably due to missing/renamed methods.
eg
System.MissingMethodException: Method not found: 'System.Collect…
-
I am from the Azure Logic Apps team, we use the SSH.NET library in the SFTP connector there.
We have one user which runs into the following error `Safe handle has been closed.`. the usecase is the …
-
When I try to connect with Ssh.net 2024.1.0 to Globalscape Eft 8.2.1.30, get following error:
```
An established connection was aborted by the server.
at Renci.SshNet.Session.WaitOnHandle(Wai…
-
Hi,
I've tried quickly to create pull request with proposed fix but it seems this is not such easy as it could be :)
Nevertheless, on all paths with synchronous calls in SftpSession class callback…
-
### Description
I've managed before to make it run, even today, and I haven't changed anything obvious since.
Might be an issue with my firewall/network, but at least the test connection should fail…
-
This exception has been thrown when VPN client is connected. Same code works fine if VPN is switch off.
![image](https://user-images.githubusercontent.com/45132350/162581270-2185a6a0-5d37-4a71-828e…
-
We get an occasional problem when closing a stream.
**Message=Client not connected. ->
at Renci.SshNet.Session.SendMessage(Message message)
at Renci.SshNet.Session.Renci.SshNet.ISession…
-
Dear all,
we are using SSH.NET 2024.2.0.0 with a .NET 4.7.2 console application to download files via SFTP from our german provider Strato.
We sporadically have the problem that we receive the e…
-
This is very similar to https://github.com/sshnet/SSH.NET/issues/369
I am using 2024.1.0 version of the library and connecting to an Azure Storage SFTP server. I am trying to upload 50 files in par…
-
I have been puzzled by this error while using Renci SSH.NET for my SSIS project. It woks perfectly on machine where ssis is installed. Butwhen deploying to sqlserver machine, I see error "Exception ha…