Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set SSH_COMPRESSION Opt value #416

Closed
mamaliamir560 opened this issue Oct 23, 2024 · 1 comment
Closed

How to set SSH_COMPRESSION Opt value #416

mamaliamir560 opened this issue Oct 23, 2024 · 1 comment
Labels
enhancement New feature or request needs more info This bug report is not complete

Comments

@mamaliamir560
Copy link

How to set SSH_COMPRESSION Opt value?

I want to set the SSH_COMPRESSION Option and I tested (True, 0, 1) values, but there are value errors. I saw the libcurl documentation, and the values are "1L" or "0L," but I can't use them in Python.

Errors:
Failed to setopt CurlOpt.SSH_COMPRESSION True, curl: (48)

Versions

  • OS: Linux PC12 6.8.0-47-generic
  • curl_cffi version 0.7.3
@mamaliamir560 mamaliamir560 added the question Ask for help or clarification label Oct 23, 2024
@lexiforest
Copy link
Owner

The bundled libcurl-impersonate was built without ssh support, so this option is not available. Could you please elaborate on your use case?

@lexiforest lexiforest added enhancement New feature or request and removed question Ask for help or clarification labels Oct 24, 2024
@lexiforest lexiforest added the needs more info This bug report is not complete label Dec 2, 2024
@lexiforest lexiforest closed this as not planned Won't fix, can't repro, duplicate, stale Dec 2, 2024
@lexiforest lexiforest marked this as a duplicate of #486 Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs more info This bug report is not complete
Projects
None yet
Development

No branches or pull requests

2 participants