docs/html/mkdir.html

changeset 282
3070d72f54af
parent 273
c743721d566f
child 283
0e36bb75a732
equal deleted inserted replaced
281:ddb5e8f2a43d 282:3070d72f54af
64 64
65 <!-- begin content --> 65 <!-- begin content -->
66 <div class="content"> 66 <div class="content">
67 <h1 id="dav-mkdir">dav mkdir</h1> 67 <h1 id="dav-mkdir">dav mkdir</h1>
68 <p><strong><code>mkdir [-pc] [-k &lt;key&gt;] [-L &lt;lock&gt;] &lt;url&gt;</code></strong></p> 68 <p><strong><code>mkdir [-pc] [-k &lt;key&gt;] [-L &lt;lock&gt;] &lt;url&gt;</code></strong></p>
69 <p>Creates a collection. All intermediate collections are created.</p> 69 <p>Creates a collection. All intermediate collections are also created as necessary.</p>
70 <p><strong><code>-p</code></strong> disable file name encryption and decryption</p> 70 <p><strong><code>-p</code></strong> disable file name encryption and decryption</p>
71 <p><strong><code>-c</code></strong> enables file file name and content encryption</p> 71 <p><strong><code>-c</code></strong> enable file file name and content encryption</p>
72 <p><strong><code>-k &lt;key&gt;</code></strong> use the specified key for encryption. The key must be configured in the config.xml file</p> 72 <p><strong><code>-k &lt;key&gt;</code></strong> use the specified key for encryption. The key must be configured in the config.xml file</p>
73 <p><strong><code>-L &lt;lock&gt;</code></strong> use a lock token</p> 73 <p><strong><code>-L &lt;lock&gt;</code></strong> use a lock token</p>
74 <p><strong>Command alias:</strong> mkcol</p> 74 <p><strong>Command alias:</strong> mkcol</p>
75 </div> 75 </div>
76 <!-- end content --> 76 <!-- end content -->

mercurial