_PROTOCOLS.md: mention file:// is only for absolute paths

... when using curl.

Asked-by: Paul Gilmartin
URL: https://curl.se/mail/archive-2025-07/0018.html
Closes #18060
This commit is contained in:
Daniel Stenberg 2025-07-28 13:35:18 +02:00
parent e82c172e9f
commit 0e49234128
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -8,7 +8,7 @@ Lets you lookup words using online dictionaries.
## FILE
Read or write local files. curl does not support accessing file:// URL
remotely, but when running on Microsoft Windows using the native UNC approach
works.
works. Only absolute paths.
## FTP(S)
curl supports the File Transfer Protocol with a lot of tweaks and levers. With
or without using TLS.