From f8b6727190a5bc822763102d87b17e05fe3c0671 Mon Sep 17 00:00:00 2001 From: jtagcat Date: Tue, 16 Jun 2020 14:31:12 +0300 Subject: [PATCH] docs: document valid remote names --- docs/content/docs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/docs.md b/docs/content/docs.md index 1fdd6025b..aa6d154d4 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -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 ---------------------