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

Update for compatibility with SSH.NET > 2020.0.2

Open pjninnis opened this issue 4 months ago • 3 comments

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, Action1 listCallback, TaskFactory`1 factory, TaskCreationOptions creationOptions, TaskScheduler scheduler)

pjninnis avatar Oct 30 '24 00:10 pjninnis