diff -r ddb5e8f2a43d -r 3070d72f54af docs/src/move.md --- a/docs/src/move.md Sat Aug 05 11:33:17 2017 +0200 +++ b/docs/src/move.md Sat Aug 05 13:35:27 2017 +0200 @@ -7,13 +7,16 @@ If *url2* already exists, the command aborts, unless the `-O` option is specified. -The command uses a single WebDAV MOVE request to move the resources. It does not handle the dav encryption functionality, which means it does not modify *url2* if encryption is enabled. - -**`-p`** disable file name and path decryption if enabled. This applies only to *url1* +The command uses a single WebDAV MOVE request to move the resources. +You may use file name and path decryption to copy and encrypted resource. +Please note that the target location will be exactly *url2*, so the top most collection name will not be disguised. +See [encryption][2] for more details on how encryption works. -**`-c`** enable file name and path decryption This applies only to *url1* +**`-p`** disable file name and path decryption for *url1* -**`-O`** override the destination resource +**`-c`** enable file name and path decryption for *url1* + +**`-O`** overwrite the destination resource **`-L `** use a lock token. See [dav lock][1]