mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
24 lines
933 B
Makefile
24 lines
933 B
Makefile
Long: remote-header-name
|
|
Short: J
|
|
Protocols: HTTP
|
|
Help: Use the header-provided filename
|
|
Category: output
|
|
Example: -OJ https://example.com/file
|
|
Added: 7.20.0
|
|
See-also: remote-name
|
|
---
|
|
This option tells the --remote-name option to use the server-specified
|
|
Content-Disposition filename instead of extracting a filename from the URL.
|
|
|
|
If the server specifies a file name and a file with that name already exists
|
|
in the current working 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.
|
|
|
|
There's no attempt to decode %-sequences (yet) in the provided file name, so
|
|
this option may provide you with rather unexpected file names.
|
|
|
|
**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 possibly
|
|
be loaded automatically by Windows or some third party software.
|