docs/src/move.md

Tue, 12 Dec 2017 23:58:54 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 12 Dec 2017 23:58:54 +0100
branch
v1.1
changeset 343
b9c6e0be5774
parent 285
02d3e4b1245f
child 407
9505224d2fd2
permissions
-rw-r--r--

fixes infinite loop when trying to overwrite a collection with a regular file

---
title: 'dav move'
---

**`dav move [-pcO] [-L <lock>] <url> <url>`**

Moves the resource identified by *url1* to the location *url2*. Currently *url1* and *url2* must be on the same host. 

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

**`-p`** disable file name and path decryption for *url1*

**`-c`** enable file name and path decryption for *url1*

**`-O`** overwrite the destination resource

**`-L <lock>`** use a lock token. See [dav lock][1]

[1]: ./lock.html

**Command alias:** mv

mercurial