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 mkdir</h1> |
68 <h1 class="title">dav mkdir</h1> |
69 </div> |
69 </div> |
70 <p><strong><code>mkdir [-pc] [-k <key>] [-L <lock>] <url></code></strong></p> |
70 <p><strong><code>dav mkdir [-pc] [-k <key>] [-L <lock>] <url></code></strong></p> |
71 <p>Creates a collection. All intermediate collections are also created as necessary.</p> |
71 <p>Creates a collection. All intermediate collections are also created as necessary.</p> |
72 <p><strong><code>-p</code></strong> disable file name encryption and decryption</p> |
72 <p><strong><code>-p</code></strong> disable file name encryption and decryption</p> |
73 <p><strong><code>-c</code></strong> enable file file name and content encryption</p> |
73 <p><strong><code>-c</code></strong> enable file file name and content encryption</p> |
74 <p><strong><code>-k <key></code></strong> use the specified key for encryption. The key must be configured in the config.xml file</p> |
74 <p><strong><code>-k <key></code></strong> use the specified key for encryption. The key must be configured in the config.xml file</p> |
75 <p><strong><code>-L <lock></code></strong> use a lock token</p> |
75 <p><strong><code>-L <lock></code></strong> use a lock token</p> |