Skip to content

Commit

Permalink
Merge pull request #570 from iterate-ch/issue/529
Browse files Browse the repository at this point in the history
Add move for CLI
  • Loading branch information
dkocher authored Sep 9, 2024
2 parents a97a987 + 7a76281 commit 17d0930
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 @@ -350,6 +350,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:/<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 17d0930

Please sign in to comment.