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