aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/page-footer
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-12-25 10:58:08 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-12-25 10:58:08 +0100
commit7776abb2e605f7a9deedbecc8c66c015b5503b1a (patch)
tree0bdb725c2f0bbd99fb89802e56503bca16e92183 /docs/cmdline-opts/page-footer
parente50abe647876a02fdd719566e224471b5f7425f0 (diff)
cmdline-opts/page-footer: add three more exit codes
... and regenerated curl.1
Diffstat (limited to 'docs/cmdline-opts/page-footer')
-rw-r--r--docs/cmdline-opts/page-footer11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/cmdline-opts/page-footer b/docs/cmdline-opts/page-footer
index e4754aa30..fbe4eff5b 100644
--- a/docs/cmdline-opts/page-footer
+++ b/docs/cmdline-opts/page-footer
@@ -65,14 +65,25 @@ Weird server reply. The server sent data curl couldn't parse.
FTP access denied. The server denied login or denied access to the particular
resource or directory you wanted to reach. Most often you tried to change to a
directory that doesn't exist on the server.
+.IP 10
+FTP accept failed. While waiting for the server to connect back when an active
+FTP session is used, an error code was sent over the control connection or
+similar.
.IP 11
FTP weird PASS reply. Curl couldn't parse the reply sent to the PASS request.
+.IP 12
+During an active FTP session while waiting for the server to connect back to
+curl, the timeout expired.
.IP 13
FTP weird PASV reply, Curl couldn't parse the reply sent to the PASV request.
.IP 14
FTP weird 227 format. Curl couldn't parse the 227-line the server sent.
.IP 15
FTP can't get host. Couldn't resolve the host IP we got in the 227-line.
+.IP 16
+HTTP/2 error. A problem was detected in the HTTP2 framing layer. This is
+somewhat generic and can be one out of several problems, see the error message
+for details.
.IP 17
FTP couldn't set binary. Couldn't change transfer method to binary.
.IP 18