hullarb / ssheasy

ssh, sftp client running in the browser powered by golang and wasm
232 stars 47 forks source link

Compression #10

Closed niutech closed 1 year ago

niutech commented 1 year ago

Could you please add zlib compression, like with ssh -C? Thanks!

hullarb commented 1 year ago

Hi,

unfortunately the golang library ssheasy is based on is not supporting it, there's an open request for years now, so it doesn't seem likely it would be implemented in the near future.

https://github.com/golang/go/issues/31369