- curl the tool now deals with its command line options somewhat differently!
All boolean options (such as -O, -I, -v etc), both short and long versions, now always switch on/enable the option named. Using the same option multiple times thus make no difference. To switch off one of those options, you need to use the long version of the option and type --no-OPTION. Like to disable verbose mode you use --no-verbose! - Added --remote-name-all to curl, which if used changes the default for all given URLs to be dealt with as if -O is used. So if you want to disable that for a specific URL after --remote-name-all has been used, you muse use -o - or --no-remote-name.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Curl and libcurl 7.18.3
|
||||
|
||||
Public curl releases: 106
|
||||
Command line options: 126
|
||||
Command line options: 127
|
||||
curl_easy_setopt() options: 152
|
||||
Public functions in libcurl: 58
|
||||
Public web site mirrors: 37
|
||||
@@ -13,6 +13,8 @@ This release includes the following changes:
|
||||
o Added CURLINFO_PRIMARY_IP
|
||||
o Added CURLOPT_CRLFILE and CURLE_SSL_CRL_BADFILE
|
||||
o Added CURLOPT_ISSUERCERT and CURLE_SSL_ISSUER_ERROR
|
||||
o curl's option parser for boolean options reworked
|
||||
o Added --remote-name-all
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user