Renci.SshNet.Async icon indicating copy to clipboard operation
Renci.SshNet.Async copied to clipboard

Extends Renci.SshNet to implement the task-based async pattern

Results 10 Renci.SshNet.Async issues
Sort by recently updated
recently updated
newest added

1. If the file size is 0kb, the upload event is not triggered after the file is successfully uploaded. 2. The input parameter to the event can get the filename...

1. I got this error when i try to use SftpClient or ScpClient to connect my Arch linux server. The SSH service is running properly on the server, and i...

Post Sample download file!

Applications targeting .NET Framework 471 and are strongly named fails to load Renci.SshNet.Async. `Could not load file or assembly 'Renci.SshNet.Async, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named...

On the [release page for SSH.NET 2020.0.0](https://github.com/sshnet/SSH.NET/releases/tag/2020.0.0) it states: > SSH.NET now supports the following additional key exchange algorithms: > > - curve25519-sha256 > - [email protected] > - ecdh-sha2-nistp256 >...

Trying to leverage from an Azure function with the following code ![image](https://github.com/JohnTheGr8/Renci.SshNet.Async/assets/9871029/fa28b9ba-79db-4ab0-9941-f03b1f886269) Receiving the following error when trying to connect ![image](https://github.com/JohnTheGr8/Renci.SshNet.Async/assets/9871029/c7e69d90-4cde-42b7-b508-a4e20b01f098) Here is how my project is setup ![image](https://github.com/JohnTheGr8/Renci.SshNet.Async/assets/9871029/cc9112f9-1a21-4d4e-8423-b9a5c00bd55d) Pulled...

now only upload and download has async method, not found in deletefile, hope to add it

* Use SSH.NET 2024.0.0 * Minor code changes needed for the above version * Fix broken license tag + file BREAKING CHANGE: * Dropped support for universal windows platform (SSH.NET...

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.Collections.Generic.IEnumerable`1 Renci.SshNet.SftpClient.EndListDirectory(System.IAsyncResult)'. at Renci.SshNet.Async.SshNetExtensions.ListDirectoryAsync(SftpClient client, String path,...