]> git.ipfire.org Git - thirdparty/curl.git/commit
page-footer: clarify exit code 25
authorJay Satiro <raysatiro@yahoo.com>
Tue, 24 Oct 2023 06:01:12 +0000 (02:01 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 24 Oct 2023 07:51:28 +0000 (03:51 -0400)
commit7fdf30f25604195245b05c6bf6f3b10bee6af36a
treee80aaa3d482b905f0111df68ef4660614687f495
parente8f9df6c2df178d1064c288e825c932f81845648
page-footer: clarify exit code 25

- Clarify that curl tool exit code 25 means an upload failed to start.

Exit code 25 is equivalent to CURLE_UPLOAD_FAILED (25). Prior to this
change the documentation only mentioned the case of FTP STOR failing.

Reported-by: Emanuele Torre
Ref: https://github.com/curl/curl/blob/curl-8_4_0/docs/libcurl/libcurl-errors.3#L113-L115

Fixes https://github.com/curl/curl/issues/12189
Closes https://github.com/curl/curl/pull/12190
docs/cmdline-opts/page-footer