mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +03:00
FTP: WILDCARDMATCH/CHUNKING/FNMATCH added
This commit is contained in:
parent
04cb15ae9d
commit
0825cd80a6
36 changed files with 3778 additions and 16 deletions
|
|
@ -275,6 +275,12 @@ curl_easy_strerror(CURLcode error)
|
|||
case CURLE_RTSP_SESSION_ERROR:
|
||||
return "RTSP session error";
|
||||
|
||||
case CURLE_FTP_BAD_FILE_LIST:
|
||||
return "Unable to parse FTP file list";
|
||||
|
||||
case CURLE_CHUNK_FAILED:
|
||||
return "Chunk callback failed";
|
||||
|
||||
/* error codes not used by current libcurl */
|
||||
case CURLE_OBSOLETE4:
|
||||
case CURLE_OBSOLETE10:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue