mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 01:05:42 +00:00
b553f81f8a
* Integrate `ZLibStream` from .NET 6.0+ with SSH.NET. * OpenSSH server does not support zlib (pre-auth); OpenSSH client still supports zlib (pre-auth) * Correct compression algorithm name; Update README.md * Integrate `ZLibStream` from .NET 6.0+ with SSH.NET. * OpenSSH server does not support zlib (pre-auth); OpenSSH client still supports zlib (pre-auth) * Correct compression algorithm name; Update README.md * Test the compression by upload/download file * Refactor compression. * Move delayed compression logic to base class. * seal Zlib * update unit test * update unit test to see if it can trigger integration test * Flush zlibStream * Fix integration test * update test * Update ConnectionInfo.cs Co-authored-by: Rob Hague <rob.hague00@gmail.com> * Update README.md --------- Co-authored-by: Rob Hague <rob.hague00@gmail.com>