Ryan Esteves
Ryan Esteves
Or better yet, .NET 6.0 since that is the new LTS release. Edit: The only thing I will say for the current setup which is .NET Standard 2.0 is for...
Couldn't an overload of QueueInvocableWithPayload be created that accepts a cancellation token? This way the caller can control cancellation using the standard cancellation pattern.
I've gone through many different iterations trying many of the fixes suggested by folks on here and on reddit, no dice. Willing to share save files if it would help.
I've recently started adding async implementations for some of the SFTP functions in the SSH.NET library. Just wanted to mention since I didn't see anyone else working on this. I'm...
So far added: - [ExistsAsync](https://github.com/sshnet/SSH.NET/pull/1501) - [GetAsync](https://github.com/sshnet/SSH.NET/pull/1501) - [DeleteDirectoryAsync](https://github.com/sshnet/SSH.NET/pull/1503) - [ChangeDirectoryAsync](https://github.com/sshnet/SSH.NET/pull/1504) - [CreateDirectoryAsync](https://github.com/sshnet/SSH.NET/pull/1505) There is also a PR being worked on to add official support for [DownloadFileAsync, UploadFileAsync and SynchronizeDirectoriesAsync](https://github.com/sshnet/SSH.NET/pull/1515)....