Skip to content

Commit 17d0930

Browse files
authored
Merge pull request #570 from iterate-ch/issue/529
Add move for CLI
2 parents a97a987 + 7a76281 commit 17d0930

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cli/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,13 @@ duck --username AKIAIWQ7UM47TA3ONE7Q --purge s3:/github-cyberduck-docs/
350350
351351
Transfer files with multiple concurrent connections to a server.
352352
353+
### Rename or move files using `--move`
354+
355+
You can move or rename remote files using the `--move` command. Use an absolute path for the target filename.
356+
```{code-block}
357+
duck --move protocol:/<folder>/<name> <file>
358+
```
359+
353360
### Cryptomator
354361

355362
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.

0 commit comments

Comments
 (0)