curl/docs
Daniel Silverstone e915b6904c
ssh: Add support for libssh2 read timeout
Hook the new (1.11.0 or newer) libssh2 support for setting a read timeout
into the SERVER_RESPONSE_TIMEOUT option.  With this done, clients can use
the standard curl response timeout setting to also control the time that
libssh2 will wait for packets from a slow server.  This is necessary to
enable use of very slow SFTP servers.

Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>

Closes #10965
2023-05-15 13:20:47 +02:00
..
cmdline-opts write-out.d: Use response_code in example 2023-05-12 23:19:19 +02:00
examples tests/http: more tests with specific clients 2023-04-26 23:24:46 +02:00
libcurl ssh: Add support for libssh2 read timeout 2023-05-15 13:20:47 +02:00
.gitignore
ALTSVC.md
BINDINGS.md
BUFQ.md docs: add documentation for bufq 2023-03-30 17:13:53 +02:00
BUFREF.md
BUG-BOUNTY.md
BUGS.md
CHECKSRC.md
CIPHERS.md
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_REVIEW.md
CODE_STYLE.md docs: minor polish 2023-04-27 13:23:01 +02:00
CONNECTION-FILTERS.md docs: minor polish 2023-04-27 13:23:01 +02:00
CONTRIBUTE.md docs: minor polish 2023-04-27 13:23:01 +02:00
curl-config.1 man pages: simplify the .TH sections 2023-04-26 10:17:13 +02:00
CURL-DISABLE.md
DEPRECATE.md DEPRECATE: the original legacy mingw version 1 2023-03-06 11:31:33 +01:00
DYNBUF.md DYNBUF.md: note Curl_dyn_add* calls Curl_dyn_free on failure 2023-03-01 04:18:15 -05:00
EARLY-RELEASE.md RELEASE-PROCEDURE: update to new schedule 2023-03-26 17:39:43 +02:00
EXPERIMENTAL.md
FAQ openssl: interop with AWS-LC 2023-03-30 10:56:14 +02:00
FEATURES.md
GOVERNANCE.md
HELP-US.md
HISTORY.md
HSTS.md
HTTP2.md
HTTP3.md ngtcp2: use 0.15.0 2023-05-12 17:25:38 +02:00
HTTP-COOKIES.md HTTP-COOKIES.md: mention the #HttpOnly_ prefix 2023-03-28 10:28:33 +02:00
HYPER.md
INSTALL
INSTALL.cmake
INSTALL.md docs: minor polish 2023-04-27 13:23:01 +02:00
INTERNALS.md docs: bump the minimum perl version to 5.6 2023-03-30 09:12:52 -07:00
KNOWN_BUGS KNOWN_BUGS: remove two not-bugs 2023-04-26 15:40:54 +02:00
MAIL-ETIQUETTE
Makefile.am docs/SECURITY-ADVISORY.md: how to write a curl security advisory 2023-05-08 09:40:29 +02:00
MANUAL.md MANUAL.md: add dict example for looking up a single definition 2023-05-05 23:49:25 +02:00
mk-ca-bundle.1 man pages: simplify the .TH sections 2023-04-26 10:17:13 +02:00
MQTT.md
NEW-PROTOCOL.md
options-in-versions curl: add --proxy-http2 2023-04-14 10:39:23 +02:00
PARALLEL-TRANSFERS.md PARALLEL-TRANSFERS.md: not "early days" for this anymore 2023-02-27 20:08:54 +01:00
README.md
RELEASE-PROCEDURE.md RELEASE-PROCEDURE: update to new schedule 2023-03-26 17:39:43 +02:00
ROADMAP.md
RUSTLS.md
SECURITY-ADVISORY.md docs/SECURITY-ADVISORY.md: how to write a curl security advisory 2023-05-08 09:40:29 +02:00
SECURITY-PROCESS.md docs/SECURITY-ADVISORY.md: how to write a curl security advisory 2023-05-08 09:40:29 +02:00
SSL-PROBLEMS.md
SSLCERTS.md
THANKS THANKS: from the 8.0.0 release 2023-03-20 08:04:43 +01:00
THANKS-filter
TheArtOfHttpScripting.md docs: minor polish 2023-04-27 13:23:01 +02:00
TODO KNOWN_BUGS: remove fixed or outdated issues, move non-bugs 2023-04-14 09:50:19 +02:00
URL-SYNTAX.md
VERSIONS.md
WEBSOCKET.md

curl logo

Documentation

you will find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you would rather see the rendered version of the documentation, check out the curl website's documentation section for general curl stuff or the libcurl section for libcurl related documentation.