mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:23:34 +03:00
_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:
parent
e82c172e9f
commit
0e49234128
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue