mirror of
https://github.com/curl/curl.git
synced 2026-07-24 16:07:16 +03:00
tool_operate: let --create-dirs work for --dump-header as well
Add test 3011 to verify Proposed-by: Montg0mery on github Fixes #14941 Closes #14965
This commit is contained in:
parent
44fc2687b1
commit
b4f7ec71ce
4 changed files with 77 additions and 1 deletions
|
|
@ -28,5 +28,8 @@ writes the output to stderr.
|
|||
When used in FTP, the FTP server response lines are considered being "headers"
|
||||
and thus are saved there.
|
||||
|
||||
Starting in curl 8.11.0, using the --create-dirs option can also create
|
||||
missing directory components for the path provided in --dump-header.
|
||||
|
||||
Having multiple transfers in one set of operations (i.e. the URLs in one
|
||||
--next clause), appends them to the same file, separated by a blank line.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue