]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
remote-header-name.d: mention that filename* is not supported
authorDaniel Stenberg <daniel@haxx.se>
Sat, 18 Feb 2023 09:18:57 +0000 (10:18 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 18 Feb 2023 23:11:22 +0000 (00:11 +0100)
and that you can use --clobber to allow overwriting.

Ref: #10533
Closes #10555

Co-authored-by: Jay Satiro <raysatiro@yahoo.com>
docs/cmdline-opts/remote-header-name.d

index 69895eacfeac3e6f351adcbe01707b36ddf374ea..8705b3b8892d324163958a47b462e58b1f43c01a 100644 (file)
@@ -20,12 +20,15 @@ The file is saved in the current directory, or in the directory specified with
 
 If the server specifies a file name and a file with that name already exists
 in the destination directory, it will not be overwritten and an error will
-occur. If the server does not specify a file name then this option has no
-effect.
+occur - unless you allow it by using the --clobber option. If the server does
+not specify a file name then this option has no effect.
 
 There's no attempt to decode %-sequences (yet) in the provided file name, so
 this option may provide you with rather unexpected file names.
 
+This feature uses the name from the "filename" field, it does not yet support
+the "filename*" field (filenames with explicit character sets).
+
 **WARNING**: Exercise judicious use of this option, especially on Windows. A
 rogue server could send you the name of a DLL or other file that could be
 loaded automatically by Windows or some third party software.