国产99久久精品_欧美日本韩国一区二区_激情小说综合网_欧美一级二级视频_午夜av电影_日本久久精品视频

最新文章專(zhuān)題視頻專(zhuān)題問(wèn)答1問(wèn)答10問(wèn)答100問(wèn)答1000問(wèn)答2000關(guān)鍵字專(zhuān)題1關(guān)鍵字專(zhuān)題50關(guān)鍵字專(zhuān)題500關(guān)鍵字專(zhuān)題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專(zhuān)題關(guān)鍵字專(zhuān)題tag2tag3文章專(zhuān)題文章專(zhuān)題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專(zhuān)題3
問(wèn)答文章1 問(wèn)答文章501 問(wèn)答文章1001 問(wèn)答文章1501 問(wèn)答文章2001 問(wèn)答文章2501 問(wèn)答文章3001 問(wèn)答文章3501 問(wèn)答文章4001 問(wèn)答文章4501 問(wèn)答文章5001 問(wèn)答文章5501 問(wèn)答文章6001 問(wèn)答文章6501 問(wèn)答文章7001 問(wèn)答文章7501 問(wèn)答文章8001 問(wèn)答文章8501 問(wèn)答文章9001 問(wèn)答文章9501
當(dāng)前位置: 首頁(yè) - 科技 - 知識(shí)百科 - 正文

curl常見(jiàn)返回錯(cuò)誤碼有哪些

來(lái)源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-27 20:12:59
文檔

curl常見(jiàn)返回錯(cuò)誤碼有哪些

curl常見(jiàn)返回錯(cuò)誤碼有哪些:curl常見(jiàn)返回錯(cuò)誤碼說(shuō)明: curl常見(jiàn)的返回錯(cuò)誤碼,中文的翻譯好像不是很詳細(xì),因此把英文的貼在下面了。有空再翻譯下。中文:CURLE_OK (0) – 都正確,像往常一樣 CURLE_UNSUPPORTED_PROTOCOL (1) – 您傳送給 libcurl 的網(wǎng)址使用了此 libcu
推薦度:
導(dǎo)讀curl常見(jiàn)返回錯(cuò)誤碼有哪些:curl常見(jiàn)返回錯(cuò)誤碼說(shuō)明: curl常見(jiàn)的返回錯(cuò)誤碼,中文的翻譯好像不是很詳細(xì),因此把英文的貼在下面了。有空再翻譯下。中文:CURLE_OK (0) – 都正確,像往常一樣 CURLE_UNSUPPORTED_PROTOCOL (1) – 您傳送給 libcurl 的網(wǎng)址使用了此 libcu

curl常見(jiàn)返回錯(cuò)誤碼

說(shuō)明:
curl常見(jiàn)的返回錯(cuò)誤碼,中文的翻譯好像不是很詳細(xì),因此把英文的貼在下面了。有空再翻譯下。

中文:

CURLE_OK (0) – 都正確,像往常一樣 
CURLE_UNSUPPORTED_PROTOCOL (1) – 您傳送給 libcurl 的網(wǎng)址使用了此 libcurl 不支持的協(xié)議。 可能是您沒(méi)有使用的編譯時(shí)選項(xiàng)造成了這種情況(可能是協(xié)議字符串拼寫(xiě)有誤,或沒(méi)有指定協(xié)議 libcurl 代碼)。 
CURLE_FAILED_INIT (2) – 非常早期的初始化代碼失敗。 可能是內(nèi)部錯(cuò)誤或問(wèn)題。 
CURLE_URL_MALFORMAT (3) – 網(wǎng)址格式不正確。 
CURLE_COULDNT_RESOLVE_PROXY (5) – 無(wú)法解析代理服務(wù)器。 指定的代理服務(wù)器主機(jī)無(wú)法解析。 
CURLE_COULDNT_RESOLVE_HOST (6) – 無(wú)法解析主機(jī)。 指定的遠(yuǎn)程主機(jī)無(wú)法解析。 
CURLE_COULDNT_CONNECT (7) – 無(wú)法通過(guò) connect() 連接至主機(jī)或代理服務(wù)器。 
CURLE_FTP_WEIRD_SERVER_REPLY (8) – 在連接到 FTP 服務(wù)器后,libcurl 需要收到特定的回復(fù)。 此錯(cuò)誤代碼表示收到了不正常或不正確的回復(fù)。 指定的遠(yuǎn)程服務(wù)器可能不是正確的 FTP 服務(wù)器。 
CURLE_REMOTE_ACCESS_DENIED (9) – 我們無(wú)法訪問(wèn)網(wǎng)址中指定的資源。 對(duì)于 FTP,如果嘗試更改為遠(yuǎn)程目錄,就會(huì)發(fā)生這種情況。 
CURLE_FTP_WEIRD_PASS_REPLY (11) – 在將 FTP 密碼發(fā)送到服務(wù)器后,libcurl 需要收到正確的回復(fù)。 此錯(cuò)誤代碼表示返回的是意外的代碼。 
CURLE_FTP_WEIRD_PASV_REPLY (13) – libcurl 無(wú)法從服務(wù)器端收到有用的結(jié)果,作為對(duì) PASV 或 EPSV 命令的響應(yīng)。 服務(wù)器有問(wèn)題。 
CURLE_FTP_WEIRD_227_FORMAT (14) – FTP 服務(wù)器返回 227 行作為對(duì) PASV 命令的響應(yīng)。 如果 libcurl 無(wú)法解析此行,就會(huì)返回此代碼。 
CURLE_FTP_CANT_GET_HOST (15) – 在查找用于新連接的主機(jī)時(shí)出現(xiàn)內(nèi)部錯(cuò)誤。 
CURLE_FTP_COULDNT_SET_TYPE (17) – 在嘗試將傳輸模式設(shè)置為二進(jìn)制或 ascii 時(shí)發(fā)生錯(cuò)誤。 
CURLE_PARTIAL_FILE (18) – 文件傳輸尺寸小于或大于預(yù)期。 當(dāng)服務(wù)器先報(bào)告了一個(gè)預(yù)期的傳輸尺寸,然后所傳送的數(shù)據(jù)與先前指定尺寸不相符時(shí),就會(huì)發(fā)生此錯(cuò)誤。 
CURLE_FTP_COULDNT_RETR_FILE (19) – ‘RETR’ 命令收到了不正常的回復(fù),或完成的傳輸尺寸為零字節(jié)。 
CURLE_QUOTE_ERROR (21) – 在向遠(yuǎn)程服務(wù)器發(fā)送自定義 “QUOTE” 命令時(shí),其中一個(gè)命令返回的錯(cuò)誤代碼為 400 或更大的數(shù)字(對(duì)于 FTP),或以其他方式表明命令無(wú)法成功完成。 
CURLE_HTTP_RETURNED_ERROR (22) – 如果 CURLOPT_FAILONERROR 設(shè)置為 TRUE,且 HTTP 服務(wù)器返回 >= 400 的錯(cuò)誤代碼,就會(huì)返回此代碼。 (此錯(cuò)誤代碼以前又稱(chēng)為 CURLE_HTTP_NOT_FOUND。) 
CURLE_WRITE_ERROR (23) – 在向本地文件寫(xiě)入所收到的數(shù)據(jù)時(shí)發(fā)生錯(cuò)誤,或由寫(xiě)入回調(diào) (write callback) 向 libcurl 返回了一個(gè)錯(cuò)誤。 
CURLE_UPLOAD_FAILED (25) – 無(wú)法開(kāi)始上傳。 對(duì)于 FTP,服務(wù)器通常會(huì)拒絕執(zhí)行 STOR 命令。 錯(cuò)誤緩沖區(qū)通常會(huì)提供服務(wù)器對(duì)此問(wèn)題的說(shuō)明。 (此錯(cuò)誤代碼以前又稱(chēng)為 CURLE_FTP_COULDNT_STOR_FILE。) 
CURLE_READ_ERROR (26) – 讀取本地文件時(shí)遇到問(wèn)題,或由讀取回調(diào) (read callback) 返回了一個(gè)錯(cuò)誤。 
CURLE_OUT_OF_MEMORY (27) – 內(nèi)存分配請(qǐng)求失敗。 此錯(cuò)誤比較嚴(yán)重,若發(fā)生此錯(cuò)誤,則表明出現(xiàn)了非常嚴(yán)重的問(wèn)題。 
CURLE_OPERATION_TIMEDOUT (28) – 操作超時(shí)。 已達(dá)到根據(jù)相應(yīng)情況指定的超時(shí)時(shí)間。 請(qǐng)注意: 自 Urchin 6.6.0.2 開(kāi)始,超時(shí)時(shí)間可以自行更改。 要指定遠(yuǎn)程日志下載超時(shí),請(qǐng)打開(kāi) urchin.conf 文件,取消以下行的注釋標(biāo)記:

DownloadTimeout: 30

CURLE_FTP_PORT_FAILED (30) – FTP PORT 命令返回錯(cuò)誤。 在沒(méi)有為 libcurl 指定適當(dāng)?shù)牡刂肥褂脮r(shí),最有可能發(fā)生此問(wèn)題。 請(qǐng)參閱 CURLOPT_FTPPORT。 
CURLE_FTP_COULDNT_USE_REST (31) – FTP REST 命令返回錯(cuò)誤。 如果服務(wù)器正常,則應(yīng)當(dāng)不會(huì)發(fā)生這種情況。 
CURLE_RANGE_ERROR (33) – 服務(wù)器不支持或不接受范圍請(qǐng)求。 
CURLE_HTTP_POST_ERROR (34) – 此問(wèn)題比較少見(jiàn),主要由內(nèi)部混亂引發(fā)。 
CURLE_SSL_CONNECT_ERROR (35) – 同時(shí)使用 SSL/TLS 時(shí)可能會(huì)發(fā)生此錯(cuò)誤。 您可以訪問(wèn)錯(cuò)誤緩沖區(qū)查看相應(yīng)信息,其中會(huì)對(duì)此問(wèn)題進(jìn)行更詳細(xì)的介紹。 可能是證書(shū)(文件格式、路徑、許可)、密碼及其他因素導(dǎo)致了此問(wèn)題。 
CURLE_FTP_BAD_DOWNLOAD_RESUME (36) – 嘗試恢復(fù)超過(guò)文件大小限制的 FTP 連接。 
CURLE_FILE_COULDNT_READ_FILE (37) – 無(wú)法打開(kāi) FILE:// 路徑下的文件。 原因很可能是文件路徑無(wú)法識(shí)別現(xiàn)有文件。 建議您檢查文件的訪問(wèn)權(quán)限。 
CURLE_LDAP_CANNOT_BIND (38) – LDAP 無(wú)法綁定。LDAP 綁定操作失敗。 
CURLE_LDAP_SEARCH_FAILED (39) – LDAP 搜索無(wú)法進(jìn)行。 
CURLE_FUNCTION_NOT_FOUND (41) – 找不到函數(shù)。 找不到必要的 zlib 函數(shù)。 
CURLE_ABORTED_BY_CALLBACK (42) – 由回調(diào)中止。 回調(diào)向 libcurl 返回了 “abort”。 
CURLE_BAD_FUNCTION_ARGUMENT (43) – 內(nèi)部錯(cuò)誤。 使用了不正確的參數(shù)調(diào)用函數(shù)。 
CURLE_INTERFACE_FAILED (45) – 界面錯(cuò)誤。 指定的外部界面無(wú)法使用。 請(qǐng)通過(guò) CURLOPT_INTERFACE 設(shè)置要使用哪個(gè)界面來(lái)處理外部連接的來(lái)源 IP 地址。 (此錯(cuò)誤代碼以前又稱(chēng)為 CURLE_HTTP_PORT_FAILED。) 
CURLE_TOO_MANY_REDIRECTS (47) – 重定向過(guò)多。 進(jìn)行重定向時(shí),libcurl 達(dá)到了網(wǎng)頁(yè)點(diǎn)擊上限。 請(qǐng)使用 CURLOPT_MAXREDIRS 設(shè)置上限。 
CURLE_UNKNOWN_TELNET_OPTION (48) – 無(wú)法識(shí)別以 CURLOPT_TELNETOPTIONS 設(shè)置的選項(xiàng)。 請(qǐng)參閱相關(guān)文檔。 
CURLE_TELNET_OPTION_SYNTAX (49) – telnet 選項(xiàng)字符串的格式不正確。 
CURLE_PEER_FAILED_VERIFICATION (51) – 遠(yuǎn)程服務(wù)器的 SSL 證書(shū)或 SSH md5 指紋不正確。 
CURLE_GOT_NOTHING (52) – 服務(wù)器未返回任何數(shù)據(jù),在相應(yīng)情況下,未返回任何數(shù)據(jù)就屬于出現(xiàn)錯(cuò)誤。 
CURLE_SSL_ENGINE_NOTFOUND (53) – 找不到指定的加密引擎。 
CURLE_SSL_ENGINE_SETFAILED (54) – 無(wú)法將選定的 SSL 加密引擎設(shè)為默認(rèn)選項(xiàng)。 
CURLE_SEND_ERROR (55) – 無(wú)法發(fā)送網(wǎng)絡(luò)數(shù)據(jù)。 
CURLE_RECV_ERROR (56) – 接收網(wǎng)絡(luò)數(shù)據(jù)失敗。 
CURLE_SSL_CERTPROBLEM (58) – 本地客戶端證書(shū)有問(wèn)題 
CURLE_SSL_CIPHER (59) – 無(wú)法使用指定的密鑰 
CURLE_SSL_CACERT (60) – 無(wú)法使用已知的 CA 證書(shū)驗(yàn)證對(duì)等證書(shū) 
CURLE_BAD_CONTENT_ENCODING (61) – 無(wú)法識(shí)別傳輸編碼 
CURLE_LDAP_INVALID_URL (62) – LDAP 網(wǎng)址無(wú)效 
CURLE_FILESIZE_EXCEEDED (63) – 超過(guò)了文件大小上限 
CURLE_USE_SSL_FAILED (64) – 請(qǐng)求的 FTP SSL 級(jí)別失敗 
CURLE_SEND_FAIL_REWIND (65) – 進(jìn)行發(fā)送操作時(shí),curl 必須回轉(zhuǎn)數(shù)據(jù)以便重新傳輸,但回轉(zhuǎn)操作未能成功 
CURLE_SSL_ENGINE_INITFAILED (66) – SSL 引擎初始化失敗 
CURLE_LOGIN_DENIED (67) – 遠(yuǎn)程服務(wù)器拒絕 curl 登錄(7.13.1 新增功能) 
CURLE_TFTP_NOTFOUND (68) – 在 TFTP 服務(wù)器上找不到文件 
CURLE_TFTP_PERM (69) – 在 TFTP 服務(wù)器上遇到權(quán)限問(wèn)題 
CURLE_REMOTE_DISK_FULL (70) – 服務(wù)器磁盤(pán)空間不足 
CURLE_TFTP_ILLEGAL (71) – TFTP 操作非法 
CURLE_TFTP_UNKNOWNID (72) – TFTP 傳輸 ID 未知 
CURLE_REMOTE_FILE_EXISTS (73) – 文件已存在,無(wú)法覆蓋 
CURLE_TFTP_NOSUCHUSER (74) – 運(yùn)行正常的 TFTP 服務(wù)器不會(huì)返回此錯(cuò)誤 
CURLE_CONV_FAILED (75) – 字符轉(zhuǎn)換失敗 
CURLE_CONV_REQD (76) – 調(diào)用方必須注冊(cè)轉(zhuǎn)換回調(diào) 
CURLE_SSL_CACERT_BADFILE (77) – 讀取 SSL CA 證書(shū)時(shí)遇到問(wèn)題(可能是路徑錯(cuò)誤或訪問(wèn)權(quán)限問(wèn)題) 
CURLE_REMOTE_FILE_NOT_FOUND (78) – 網(wǎng)址中引用的資源不存在 
CURLE_SSH (79) – SSH 會(huì)話中發(fā)生無(wú)法識(shí)別的錯(cuò)誤 
CURLE_SSL_SHUTDOWN_FAILED (80) – 無(wú)法終止 SSL 連接

英文:

Almost all “easy” interface functions return a CURLcode error code. No matter what, using the curl_easy_setopt option CURLOPT_ERRORBUFFER is a good idea as it will give you a human readable error string that may offer more details about the cause of the error than just the error code. curl_easy_strerror can be called to get an error string from a given CURLcode number.
CURLcode is one of the following:
CURLE_OK (0) All fine. Proceed as usual.
CURLE_UNSUPPORTED_PROTOCOL (1) The URL you passed to libcurl used a protocol that this libcurl does not support. The support might be a compile-time option that you didn’t use, it can be a misspelled protocol string or just a protocol libcurl has no code for.
CURLE_FAILED_INIT (2) Very early initialization code failed. This is likely to be an internal error or problem, or a resource problem where something fundamental couldn’t get done at init time.
CURLE_URL_MALFORMAT (3) The URL was not properly formatted.
CURLE_NOT_BUILT_IN (4) A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision. This means that a feature or option was not enabled or explicitly disabled when libcurl was built and in order to get it to function you have to get a rebuilt libcurl.
CURLE_COULDNT_RESOLVE_PROXY (5) Couldn’t resolve proxy. The given proxy host could not be resolved.
CURLE_COULDNT_RESOLVE_HOST (6) Couldn’t resolve host. The given remote host was not resolved.
CURLE_COULDNT_CONNECT (7) Failed to connect() to host or proxy.
CURLE_FTP_WEIRD_SERVER_REPLY (8) After connecting to a FTP server, libcurl expects to get a certain reply back. This error code implies that it got a strange or bad reply. The given remote server is probably not an OK FTP server.
CURLE_REMOTE_ACCESS_DENIED (9) We were denied access to the resource given in the URL. For FTP, this occurs while trying to change to the remote directory.
CURLE_FTP_ACCEPT_FAILED (10) 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.
CURLE_FTP_WEIRD_PASS_REPLY (11) After having sent the FTP password to the server, libcurl expects a proper reply. This error code indicates that an unexpected code was returned.
CURLE_FTP_ACCEPT_TIMEOUT (12) During an active FTP session while waiting for the server to connect, the CURLOPT_ACCEPTTIMEOUT_MS (or the internal default) timeout expired.
CURLE_FTP_WEIRD_PASV_REPLY (13) libcurl failed to get a sensible result back from the server as a response to either a PASV or a EPSV command. The server is flawed.
CURLE_FTP_WEIRD_227_FORMAT (14) FTP servers return a 227-line as a response to a PASV command. If libcurl fails to parse that line, this return code is passed back.
CURLE_FTP_CANT_GET_HOST (15) An internal failure to lookup the host used for the new connection.
CURLE_HTTP2 (16) A problem was detected in the HTTP2 framing layer. This is somewhat generic and can be one out of several problems, see the error buffer for details.
CURLE_FTP_COULDNT_SET_TYPE (17) Received an error when trying to set the transfer mode to binary or ASCII.
CURLE_PARTIAL_FILE (18) A file transfer was shorter or larger than expected. This happens when the server first reports an expected transfer size, and then delivers data that doesn’t match the previously given size.
CURLE_FTP_COULDNT_RETR_FILE (19) This was either a weird reply to a ‘RETR’ command or a zero byte transfer complete.
CURLE_QUOTE_ERROR (21) When sending custom “QUOTE” commands to the remote server, one of the commands returned an error code that was 400 or higher (for FTP) or otherwise indicated unsuccessful completion of the command.
CURLE_HTTP_RETURNED_ERROR (22) This is returned if CURLOPT_FAILONERROR is set TRUE and the HTTP server returns an error code that is >= 400.
CURLE_WRITE_ERROR (23) An error occurred when writing received data to a local file, or an error was returned to libcurl from a write callback.
CURLE_UPLOAD_FAILED (25) Failed starting the upload. For FTP, the server typically denied the STOR command. The error buffer usually contains the server’s explanation for this.
CURLE_READ_ERROR (26) There was a problem reading a local file or an error returned by the read callback.
CURLE_OUT_OF_MEMORY (27) A memory allocation request failed. This is serious badness and things are severely screwed up if this ever occurs.
CURLE_OPERATION_TIMEDOUT (28) Operation timeout. The specified time-out period was reached according to the conditions.
CURLE_FTP_PORT_FAILED (30) The FTP PORT command returned error. This mostly happens when you haven’t specified a good enough address for libcurl to use. See CURLOPT_FTPPORT.
CURLE_FTP_COULDNT_USE_REST (31) The FTP REST command returned error. This should never happen if the server is sane.
CURLE_RANGE_ERROR (33) The server does not support or accept range requests.
CURLE_HTTP_POST_ERROR (34) This is an odd error that mainly occurs due to internal confusion.
CURLE_SSL_CONNECT_ERROR (35) A problem occurred somewhere in the SSL/TLS handshake. You really want the error buffer and read the message there as it pinpoints the problem slightly more. Could be certificates (file formats, paths, permissions), passwords, and others.
CURLE_BAD_DOWNLOAD_RESUME (36) The download could not be resumed because the specified offset was out of the file boundary.
CURLE_FILE_COULDNT_READ_FILE (37) A file given with FILE:// couldn’t be opened. Most likely because the file path doesn’t identify an existing file. Did you check file permissions?
CURLE_LDAP_CANNOT_BIND (38) LDAP cannot bind. LDAP bind operation failed.
CURLE_LDAP_SEARCH_FAILED (39) LDAP search failed.
CURLE_FUNCTION_NOT_FOUND (41) Function not found. A required zlib function was not found.
CURLE_ABORTED_BY_CALLBACK (42) Aborted by callback. A callback returned “abort” to libcurl.
CURLE_BAD_FUNCTION_ARGUMENT (43) Internal error. A function was called with a bad parameter.
CURLE_INTERFACE_FAILED (45) Interface error. A specified outgoing interface could not be used. Set which interface to use for outgoing connections’ source IP address with CURLOPT_INTERFACE.
CURLE_TOO_MANY_REDIRECTS (47) Too many redirects. When following redirects, libcurl hit the maximum amount. Set your limit with CURLOPT_MAXREDIRS.
CURLE_UNKNOWN_OPTION (48) An option passed to libcurl is not recognized/known. Refer to the appropriate documentation. This is most likely a problem in the program that uses libcurl. The error buffer might contain more specific information about which exact option it concerns.
CURLE_TELNET_OPTION_SYNTAX (49) A telnet option string was Illegally formatted.
CURLE_PEER_FAILED_VERIFICATION (51) The remote server’s SSL certificate or SSH md5 fingerprint was deemed not OK.
CURLE_GOT_NOTHING (52) Nothing was returned from the server, and under the circumstances, getting nothing is considered an error.
CURLE_SSL_ENGINE_NOTFOUND (53) The specified crypto engine wasn’t found.
CURLE_SSL_ENGINE_SETFAILED (54) Failed setting the selected SSL crypto engine as default!
CURLE_SEND_ERROR (55) Failed sending network data.
CURLE_RECV_ERROR (56) Failure with receiving network data.
CURLE_SSL_CERTPROBLEM (58) problem with the local client certificate.
CURLE_SSL_CIPHER (59) Couldn’t use specified cipher.
CURLE_SSL_CACERT (60) Peer certificate cannot be authenticated with known CA certificates.
CURLE_BAD_CONTENT_ENCODING (61) Unrecognized transfer encoding.
CURLE_LDAP_INVALID_URL (62) Invalid LDAP URL.
CURLE_FILESIZE_EXCEEDED (63) Maximum file size exceeded.
CURLE_USE_SSL_FAILED (64) Requested FTP SSL level failed.
CURLE_SEND_FAIL_REWIND (65) When doing a send operation curl had to rewind the data to retransmit, but the rewinding operation failed.
CURLE_SSL_ENGINE_INITFAILED (66) Initiating the SSL Engine failed.
CURLE_LOGIN_DENIED (67) The remote server denied curl to login (Added in 7.13.1)
CURLE_TFTP_NOTFOUND (68) File not found on TFTP server.
CURLE_TFTP_PERM (69) Permission problem on TFTP server.
CURLE_REMOTE_DISK_FULL (70) Out of disk space on the server.
CURLE_TFTP_ILLEGAL (71) Illegal TFTP operation.
CURLE_TFTP_UNKNOWNID (72) Unknown TFTP transfer ID.
CURLE_REMOTE_FILE_EXISTS (73) File already exists and will not be overwritten.
CURLE_TFTP_NOSUCHUSER (74) This error should never be returned by a properly functioning TFTP server.
CURLE_CONV_FAILED (75) Character conversion failed.
CURLE_CONV_REQD (76) Caller must register conversion callbacks.
CURLE_SSL_CACERT_BADFILE (77) Problem with reading the SSL CA cert (path? access rights?)
CURLE_REMOTE_FILE_NOT_FOUND (78) The resource referenced in the URL does not exist.
CURLE_SSH (79) An unspecified error occurred during the SSH session.
CURLE_SSL_SHUTDOWN_FAILED (80) Failed to shut down the SSL connection.
CURLE_AGAIN (81) Socket is not ready for send/recv wait till it’s ready and try again. This return code is only returned from curl_easy_recv and curl_easy_send (Added in 7.18.2)
CURLE_SSL_CRL_BADFILE (82) Failed to load CRL file (Added in 7.19.0)
CURLE_SSL_ISSUER_ERROR (83) Issuer check failed (Added in 7.19.0)
CURLE_FTP_PRET_FAILED (84) The FTP server does not understand the PRET command at all or does not support the given argument. Be careful when using CURLOPT_CUSTOMREQUEST, a custom LIST command will be sent with PRET CMD before PASV as well. (Added in 7.20.0)
CURLE_RTSP_CSEQ_ERROR (85) Mismatch of RTSP CSeq numbers.
CURLE_RTSP_SESSION_ERROR (86) Mismatch of RTSP Session Identifiers.
CURLE_FTP_BAD_FILE_LIST (87) Unable to parse FTP file list (during FTP wildcard downloading).
CURLE_CHUNK_FAILED (88) Chunk callback reported error.
CURLE_NO_CONNECTION_AVAILABLE (89) (For internal use only, will never be returned by libcurl) No connection available, the session will be queued. (added in 7.30.0)
CURLE_OBSOLETE* These error codes will never be returned. They were used in an old libcurl version and are currently unused.

聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文檔

curl常見(jiàn)返回錯(cuò)誤碼有哪些

curl常見(jiàn)返回錯(cuò)誤碼有哪些:curl常見(jiàn)返回錯(cuò)誤碼說(shuō)明: curl常見(jiàn)的返回錯(cuò)誤碼,中文的翻譯好像不是很詳細(xì),因此把英文的貼在下面了。有空再翻譯下。中文:CURLE_OK (0) – 都正確,像往常一樣 CURLE_UNSUPPORTED_PROTOCOL (1) – 您傳送給 libcurl 的網(wǎng)址使用了此 libcu
推薦度:
標(biāo)簽: 失敗 返回 錯(cuò)誤
  • 熱門(mén)焦點(diǎn)

最新推薦

猜你喜歡

熱門(mén)推薦

專(zhuān)題
Top
主站蜘蛛池模板: 免费在线一级毛片 | 国产一区二区视频在线 | 久久免费精品国产72精品剧情 | 欧美韩日 | 欧美日韩国产va另类试看 | 亚洲欧美在线观看一区二区 | 亚洲欧美日本综合 | 国产在线观看第一页 | 亚洲国产成人精品一区91 | 韩国美女vip福利一区 | 国产在线精品99一卡2卡 | 亚洲精品影院久久久久久 | 亚洲欧美日韩第一页 | 日韩视频一区二区在线观看 | 欧美日韩伦理 | 精品国产96亚洲一区二区三区 | 欧美极品一区 | 欧美日韩国产一区二区三区播放 | 国产在线精品一区二区三区不卡 | 国产精品久久久久久久y | 欧美激情 在线 | 黄色a免费 | 可以看的毛片网站 | 看全色黄大色大片免费久久 | 久久国产亚洲欧美日韩精品 | 精品久久久久国产 | 欧美日韩国产综合视频在线看 | 欧美视频三区 | 国产日韩欧美一区二区 | 国产亚洲欧美一区 | 免费精品国产日韩热久久 | 美国一级大黄大色毛片 | 亚洲欧美视频一区二区三区 | 亚洲欧美日韩另类在线专区 | 国产午夜小视频 | 欧美亚洲一二三区 | 老子影院午夜久久亚洲 | 性欧美xx | 久久91精品国产91久久 | 91伊人国产| 日韩经典第一页 |