docs/html/copy.html

changeset 285
02d3e4b1245f
parent 283
0e36bb75a732
child 320
12ed560c926c
equal deleted inserted replaced
284:8e7ef0675946 285:02d3e4b1245f
8 <style type="text/css">code{white-space: pre;}</style> 8 <style type="text/css">code{white-space: pre;}</style>
9 <link rel="stylesheet" href="davdoc.css" type="text/css" /> 9 <link rel="stylesheet" href="davdoc.css" type="text/css" />
10 </head> 10 </head>
11 <body> 11 <body>
12 <div class="header"> 12 <div class="header">
13 <span>davutils documentation</span> 13 <a href="./index.html"><span>DavUtils documentation</span></a>
14 </div> 14 </div>
15 <div class="sidebar"> 15 <div class="sidebar">
16 <div class="nav"> 16 <div class="nav">
17 <h3>dav</h3> 17 <h3>dav</h3>
18 <ul> 18 <ul>
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 copy</h1> 68 <h1 class="title">dav copy</h1>
69 </div> 69 </div>
70 <p><strong><code>copy [-pcO] [-L &lt;lock&gt;] &lt;url1&gt; &lt;url2&gt;</code></strong></p> 70 <p><strong><code>dav copy [-pcO] [-L &lt;lock&gt;] &lt;url1&gt; &lt;url2&gt;</code></strong></p>
71 <p>Creates a duplicate of the resource identified by <em>url1</em> at the location <em>url2</em>. All resource properties are copied. Currently <em>url1</em> and <em>url2</em> must be the same host.</p> 71 <p>Creates a duplicate of the resource identified by <em>url1</em> at the location <em>url2</em>. All resource properties are copied. Currently <em>url1</em> and <em>url2</em> must be the same host.</p>
72 <p>If <em>url1</em> is a collection, all children are copied.</p> 72 <p>If <em>url1</em> is a collection, all children are copied.</p>
73 <p>If <em>url2</em> already exists, the command aborts, unless the <code>-O</code> option is specified.</p> 73 <p>If <em>url2</em> already exists, the command aborts, unless the <code>-O</code> option is specified.</p>
74 <p>The command uses a single WebDAV COPY request to duplicate the resources. You may use file name and path decryption to copy and encrypted resource. Please note that the copy will always be located at <em>url2</em>, so the top most collection name will not be disguised. See <a href="./encryption.html">encryption</a> for more details on how encryption works.</p> 74 <p>The command uses a single WebDAV COPY request to duplicate the resources. You may use file name and path decryption to copy and encrypted resource. Please note that the copy will always be located at <em>url2</em>, so the top most collection name will not be disguised. See <a href="./encryption.html">encryption</a> for more details on how encryption works.</p>
75 <p><strong><code>-p</code></strong> disable file name and path decryption for <em>url1</em></p> 75 <p><strong><code>-p</code></strong> disable file name and path decryption for <em>url1</em></p>

mercurial