compressed-ssh.d 390 B

12345678910111213
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: compressed-ssh
  4. Help: Enable SSH compression
  5. Protocols: SCP SFTP
  6. Added: 7.56.0
  7. Category: scp ssh
  8. See-also: compressed
  9. Example: --compressed-ssh sftp://example.com/
  10. Multi: boolean
  11. ---
  12. Enables built-in SSH compression.
  13. This is a request, not an order; the server may or may not do it.