• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

curl / curl / 6065
37%

Build:
DEFAULT BRANCH: master
Ran 16 Aug 2017 09:19PM UTC
Jobs 1
Files 253
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
6065

Pull #1735

travis-ci

web-flow
ssh: add the ability to enable compression (for SCP/SFTP)

The required low-level logic was already available as part of
`libssh2` (via `LIBSSH2_FLAG_COMPRESS` `libssh2_session_flag()`[1]
option.)

This patch adds the new `libcurl` option `CURLOPT_SSH_COMPRESSION`
(boolean) and the new `curl` command-line option `--compressed-ssh`
to request this `libssh2` feature. To have compression enabled, it
is required that the SSH server supports a (zlib) compatible
compression method and that `libssh2` was built with `zlib` support
enabled.

[1] https://www.libssh2.org/libssh2_session_flag.html
Ref: https://github.com/curl/curl/issues/1732
Pull Request #1735: ssh: add ability to enable compression (for SCP/SFTP)

5 of 5 new or added lines in 2 files covered. (100.0%)

19302 of 26384 relevant lines covered (73.16%)

108621.16 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
lib/ssh.c

Uncovered Existing Lines

Lines Coverage ∆ File
12
100.0
lib/http_proxy.c
Jobs
ID Job ID Ran Files Coverage
10 6065.10 (T=coverage) 16 Aug 2017 09:19PM UTC 0
73.16
Travis Job 6065.10
Source Files on build 6065
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6065
  • Pull Request #1735
  • PR Base - master (#6063)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc