sshnet / SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
http://sshnet.github.io/SSH.NET/
MIT License
3.96k stars 932 forks source link

Compression algorithm not found #815

Closed cristogomez closed 1 month ago

cristogomez commented 3 years ago

Hi,

I'm using SftpClient class on C# project to connect to an SFTP Server. The code was working fine, but suddenly started throwing the following error:

"Compression algorithm not found". Please check the attached image

SftpClient Error

Any help will be appreciated

IgorMilavec commented 2 years ago

Based on the description I think that the server requires compression. Unfortunately SSH.NET does not support compression at this time.

Rob-Hague commented 1 month ago

Most likely fixed by #1326 and/or #1453