From 0845ecbb6dcaadad4a4891f7e85efb8c8e626ff6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Mar 2020 14:59:21 +0100 Subject: 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 --- docs/cmdline-opts/url.d | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/cmdline-opts/url.d') diff --git a/docs/cmdline-opts/url.d b/docs/cmdline-opts/url.d index ce52cdf06..991f1f27c 100644 --- a/docs/cmdline-opts/url.d +++ b/docs/cmdline-opts/url.d @@ -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! -- cgit v1.2.3