mirror of
https://github.com/rclone/rclone
synced 2025-01-20 01:07:29 +01:00
docs: single character remote names in Windows
Clarify how single character remote names are interpreted in Windows (as drive letters) See: https://forum.rclone.org/t/issue-with-single-character-configuration-on-windows-with-rclone/
This commit is contained in:
parent
21008b4cd5
commit
e45cb4fc75
@ -351,6 +351,10 @@ possible to write in all of them. This is mostly a problem on Windows, where
|
|||||||
the console traditionally uses a non-Unicode character set - defined
|
the console traditionally uses a non-Unicode character set - defined
|
||||||
by the so-called "code page".
|
by the so-called "code page".
|
||||||
|
|
||||||
|
Do not use single character names on Windows as it creates ambiguity with Windows
|
||||||
|
drives' names, e.g.: remote called `C` is indistinguishable from `C` drive. Rclone
|
||||||
|
will always assume that single letter name refers to a drive.
|
||||||
|
|
||||||
Quoting and the shell
|
Quoting and the shell
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user