docs/src/move.md

changeset 407
9505224d2fd2
parent 285
02d3e4b1245f
equal deleted inserted replaced
406:36333e8a9411 407:9505224d2fd2
7 Moves the resource identified by *url1* to the location *url2*. Currently *url1* and *url2* must be on the same host. 7 Moves the resource identified by *url1* to the location *url2*. Currently *url1* and *url2* must be on the same host.
8 8
9 If *url2* already exists, the command aborts, unless the `-O` option is specified. 9 If *url2* already exists, the command aborts, unless the `-O` option is specified.
10 10
11 The command uses a single WebDAV MOVE request to move the resources. 11 The command uses a single WebDAV MOVE request to move the resources.
12 You may use file name and path decryption to copy and encrypted resource. 12 You may use file name and path decryption to copy an encrypted resource.
13 Please note that the target location will be exactly *url2*, so the top most collection name will not be disguised. 13 Please note that the target location will be exactly *url2*, so the top most collection name will not be disguised.
14 See [encryption][2] for more details on how encryption works. 14 See [encryption][2] for more details on how encryption works.
15 15
16 **`-p`** disable file name and path decryption for *url1* 16 **`-p`** disable file name and path decryption for *url1*
17 17

mercurial