docs/src/copy.md

changeset 266
8c44c5919691
parent 265
ee9e63c437c4
child 279
f0f24da5f920
equal deleted inserted replaced
265:ee9e63c437c4 266:8c44c5919691
1 dav copy
2 ========
3
4 **`copy [-pcO] [-L <lock>] <url1> <url2>`**
5
6 Creates a duplicate of the resource identified by *url1* at the location *url2*. All resource properties are copied. Currently *url1* and *url2* must be the same host.
7
8 If *url1* is a collection, all children are copied.
9
10 If *url2* already exists, the command aborts, unless the `-O` option is specified.
11
12 The command uses a single WebDAV COPY request to duplicate the resources. It does not handle the dav encryption functionality, which means it does not modify *url2* if encryption is enabled.
13
14 **`-p`** disable file name and path decryption if enabled. This applies only to *url1*
15
16 **`-c`** enable file name and path decryption This applies only to *url1*
17
18 **`-O`** override the destination resource
19
20 **`-L <lock>`** use a lock token. See [dav lock][1]
21
22 [1]: ./lock.html
23
24 **Command alias:** cp

mercurial