mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +03:00
curl: make --etag-save acknowledge --create-dirs
Add test 693 to verify Fixes #15730 Suggested-by: Tamir Duberstein Closes #15732
This commit is contained in:
parent
3f8452dde7
commit
31c6b50cb2
4 changed files with 72 additions and 1 deletions
|
|
@ -20,3 +20,6 @@ Save an HTTP ETag to the specified file. An ETag is a caching related header,
|
|||
usually returned in a response. Use this option with a single URL only.
|
||||
|
||||
If no ETag is sent by the server, an empty file is created.
|
||||
|
||||
Starting in curl 8.12.0, using the --create-dirs option can also create
|
||||
missing directory components for the path provided in --etag-save.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue