65 <!-- begin content --> |
65 <!-- begin content --> |
66 <div class="content"> |
66 <div class="content"> |
67 <div id="header"> |
67 <div id="header"> |
68 <h1 class="title">dav move</h1> |
68 <h1 class="title">dav move</h1> |
69 </div> |
69 </div> |
70 <p><strong><code>move [-pcO] [-L <lock>] <url> <url></code></strong></p> |
70 <p><strong><code>dav move [-pcO] [-L <lock>] <url> <url></code></strong></p> |
71 <p>Moves the resource identified by <em>url1</em> to the location <em>url2</em>. Currently <em>url1</em> and <em>url2</em> must be on the same host.</p> |
71 <p>Moves the resource identified by <em>url1</em> to the location <em>url2</em>. Currently <em>url1</em> and <em>url2</em> must be on the same host.</p> |
72 <p>If <em>url2</em> already exists, the command aborts, unless the <code>-O</code> option is specified.</p> |
72 <p>If <em>url2</em> already exists, the command aborts, unless the <code>-O</code> option is specified.</p> |
73 <p>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 <em>url2</em>, so the top most collection name will not be disguised. See [encryption][2] for more details on how encryption works.</p> |
73 <p>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 <em>url2</em>, so the top most collection name will not be disguised. See [encryption][2] for more details on how encryption works.</p> |
74 <p><strong><code>-p</code></strong> disable file name and path decryption for <em>url1</em></p> |
74 <p><strong><code>-p</code></strong> disable file name and path decryption for <em>url1</em></p> |
75 <p><strong><code>-c</code></strong> enable file name and path decryption for <em>url1</em></p> |
75 <p><strong><code>-c</code></strong> enable file name and path decryption for <em>url1</em></p> |