Rob Hague
Rob Hague
Sounds good to me
Are you able to reproduce the problem using the latest package version (`2020.0.2`)? The version you are using is over 10 years old 🙂 How are you creating the file?...
I like the change, but I don't think we should add a new method for it. Instead, we should just change `ListDirectory` to yield. We now have `ListDirectoryAsync` which yields....
Thanks for working on this @JoostJM This branch is currently 140 files and 1600+ lines changed, with breaking changes on top. It is hard to really tell but my impression...
On a more practical note 1. Why do we need all the extra ConnectionInfo types and changes? Could we not just pass an existing ConnectionInfo to the constructor of another...
I am sorry, I have not yet found a large enough chunk of time to consider this problem properly. In general I would favour simplicity unless there is proven demand...
https://sshnet.github.io/SSH.NET/
Closing per https://github.com/sshnet/SSH.NET/issues/562#issuecomment-2168778374 (sorry)
That's odd. Does it happen every time, or only sporadically? Does it also occur if you remove everything except aes192-ctr, or everything except aes128-ctr? e.g. ```c# var aes = sftp.ConnectionInfo.Encryptions["aes128-ctr"];...
Maybe it uses a different client cipher by default. Could you add a log like the following? Key and IV are not necessary. Then we can know the client cipher...