docs: document valid remote names

This commit is contained in:
jtagcat 2020-06-16 14:31:12 +03:00 committed by Nick Craig-Wood
parent 2d88d24881
commit f8b6727190
1 changed files with 5 additions and 0 deletions

View File

@ -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
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
---------------------