mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
parent
793157c51b
commit
acca40c9b5
7 changed files with 63 additions and 28 deletions
|
|
@ -1237,6 +1237,7 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param)
|
|||
data->set.out = va_arg(param, void *);
|
||||
break;
|
||||
|
||||
#ifdef CURL_LIST_ONLY_PROTOCOL
|
||||
case CURLOPT_DIRLISTONLY:
|
||||
/*
|
||||
* An option that changes the command to one that asks for a list only, no
|
||||
|
|
@ -1244,7 +1245,7 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param)
|
|||
*/
|
||||
data->set.list_only = (0 != va_arg(param, long)) ? TRUE : FALSE;
|
||||
break;
|
||||
|
||||
#endif
|
||||
case CURLOPT_APPEND:
|
||||
/*
|
||||
* We want to upload and append to an existing file. Used for FTP and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue