forked from TrueCloudLab/rclone
docs: document valid remote names
This commit is contained in:
parent
2d88d24881
commit
f8b6727190
1 changed files with 5 additions and 0 deletions
|
@ -203,6 +203,11 @@ To copy files and directories in `https://example.com/path/to/dir` to `/tmp/dir`
|
||||||
To copy files and directories from `example.com` in the relative
|
To copy files and directories from `example.com` in the relative
|
||||||
directory `path/to/dir` to `/tmp/dir` using sftp.
|
directory `path/to/dir` to `/tmp/dir` using sftp.
|
||||||
|
|
||||||
|
### Valid remote names
|
||||||
|
|
||||||
|
- Remote names may only contain 0-9, A-Z ,a-z ,_ , - and space.
|
||||||
|
- Remote names may not start with -.
|
||||||
|
|
||||||
Quoting and the shell
|
Quoting and the shell
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue