From b7967fd3d9654d27f002dfef75b3024818ce0772 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Mon, 25 Mar 2024 14:30:43 +0100 Subject: [PATCH] . --- cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/index.md b/cli/index.md index 80d7254f..6f87e031 100644 --- a/cli/index.md +++ b/cli/index.md @@ -170,7 +170,7 @@ The `` argument for `--copy`, `--download`, `--upload`, and `--synchronize` - Each URL must start with a scheme and a colon (`https:`) unless you specify a `--profile`. - Depending on the type of protocol you are referencing different rules apply - - For all protocols where no default hostname is set (e.g. `WebDAV`, `SFTP`, and `FTPS`) you must use a fully qualified URI: `https://user@hostname/path` or `sftp://user:password@hostname/path` + - For all protocols where no default hostname is set (e.g. `WebDAV`, `SFTP`, and `FTPS`) you must use a fully qualified URI: `https://user@hostname/path` or `sftp://user:password@hostname/path` - For all protocols where a default hostname is set, but you are allowed to change it (e.g. S3) you may use fully qualified URIs or *Absolute paths:* `s3:/bucket/path`, *Relative paths:* `s3:user@path` or `s3:user@/path`.