mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:43:32 +03:00
Frederic Lepied's ftp download resume fix
This commit is contained in:
parent
28a9108257
commit
60aa975610
2 changed files with 8 additions and 2 deletions
|
|
@ -146,7 +146,8 @@ typedef enum {
|
|||
CURLE_TOO_MANY_REDIRECTS , /* 47 - catch endless re-direct loops */
|
||||
CURLE_UNKNOWN_TELNET_OPTION, /* 48 - User specified an unknown option */
|
||||
CURLE_TELNET_OPTION_SYNTAX , /* 49 - Malformed telnet option */
|
||||
|
||||
CURLE_ALREADY_COMPLETE, /* 50 - file to dowload is already complete */
|
||||
|
||||
CURL_LAST /* never use! */
|
||||
} CURLcode;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue