Skip to content

Commit

Permalink
Add move for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 committed Jul 12, 2024
1 parent 08edb9b commit 957b855
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. For renaming purposes the `<file>` will be saved as `<name>`:
```{code-block}
duck --move [URI path](#URI)protocol:/<folder>/<name> <file>
```

### 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.
Expand Down

0 comments on commit 957b855

Please sign in to comment.