mirror of
https://github.com/curl/curl.git
synced 2026-08-03 21:20:29 +03:00
docs: add warnings about FILE: URLs on Windows
- --url man page section - libcurl-security.3 gets the full text - CURLOPT_URL.3 Reported-by: Tim Sedlmeyer
This commit is contained in:
parent
fe8ba51209
commit
0845ecbb6d
3 changed files with 35 additions and 2 deletions
|
|
@ -13,3 +13,6 @@ setting a default protocol, see --proto-default for details.
|
|||
|
||||
This option may be used any number of times. To control where this URL is
|
||||
written, use the --output or the --remote-name options.
|
||||
|
||||
Warning: On Windows, particular file:// accesses can be converted to network
|
||||
accesses by the operating system. Beware!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue