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:
Daniel Stenberg 2020-03-09 14:59:21 +01:00
parent fe8ba51209
commit 0845ecbb6d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 35 additions and 2 deletions

View file

@ -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!