From 7a762814abd9aff5b941e64eb6f1673e5b7a258c Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Fri, 12 Jul 2024 18:05:56 +0200 Subject: [PATCH] Add documentation for `--move` --- cli/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cli/index.md b/cli/index.md index ebfc1b8e..e5571d74 100644 --- a/cli/index.md +++ b/cli/index.md @@ -346,6 +346,13 @@ duck --username AKIAIWQ7UM47TA3ONE7Q --purge s3:/github-cyberduck-docs/ Transfer files with multiple concurrent connections to a server. +### Rename or move files using `--move` + +You can move or rename remote files using the `--move` command. Use an absolute path for the target filename. +```{code-block} +duck --move protocol:// +``` + ### Cryptomator Access to your [Cryptomator](../cryptomator/index.md) Vaults from the command line. When accessing a vault using `--download`, `--list` or `--upload`, you will be prompted to provide the passphrase for the Vault if not found in the Keychain.