1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

mention error 64

This commit is contained in:
Daniel Stenberg 2004-03-08 13:57:38 +00:00
parent 108434b95c
commit 9d311ff2c0

View File

@ -2,7 +2,7 @@
.\" nroff -man [file] .\" nroff -man [file]
.\" $Id$ .\" $Id$
.\" .\"
.TH libcurl-errors 3 "18 Oct 2003" "libcurl 7.10.8" "libcurl errors" .TH libcurl-errors 3 "8 Mar 2004" "libcurl 7.11.0" "libcurl errors"
.SH NAME .SH NAME
libcurl-errors \- error codes in libcurl libcurl-errors \- error codes in libcurl
.SH DESCRIPTION .SH DESCRIPTION
@ -182,6 +182,8 @@ Unrecognized transfer encoding
Invalid LDAP URL Invalid LDAP URL
.IP "CURLE_FILESIZE_EXCEEDED (63)" .IP "CURLE_FILESIZE_EXCEEDED (63)"
Maximum file size exceeded Maximum file size exceeded
.IP "CURLE_FTP_SSL_FAILED (64)"
Requested FTP SSL level failed
.SH "CURLMcode" .SH "CURLMcode"
This is the generic return code used by functions in the libcurl multi This is the generic return code used by functions in the libcurl multi
interface. interface.