Renci.SshNet.Async
Renci.SshNet.Async copied to clipboard
Update for compatibility with SSH.NET > 2020.0.2
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.IEnumerable1 Renci.SshNet.SftpClient.EndListDirectory(System.IAsyncResult)'. at Renci.SshNet.Async.SshNetExtensions.ListDirectoryAsync(SftpClient client, String path, Action
1 listCallback, TaskFactory`1 factory, TaskCreationOptions creationOptions, TaskScheduler scheduler)