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 unlock</h1> |
68 <h1 class="title">dav unlock</h1> |
69 </div> |
69 </div> |
70 <p><strong><code>unlock [-pc] [-L <lock>] <url></code></strong></p> |
70 <p><strong><code>dav unlock [-pc] [-L <lock>] <url></code></strong></p> |
71 <p>Unlocks the specified <em>url</em> with a lock token. If no lock token is specified with the <code>-L</code> option, it read from stdin.</p> |
71 <p>Unlocks the specified <em>url</em> with a lock token. If no lock token is specified with the <code>-L</code> option, it read from stdin.</p> |
72 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> |
72 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> |
73 <p><strong><code>-c</code></strong> enable file name and path decryption</p> |
73 <p><strong><code>-c</code></strong> enable file name and path decryption</p> |
74 <p><strong><code>-L <lock></code></strong> use the specified lock token</p> |
74 <p><strong><code>-L <lock></code></strong> use the specified lock token</p> |
75 <h3 id="example-1-unlock-with-lock-token-from-stdin">Example 1: unlock with lock token from stdin</h3> |
75 <h3 id="example-1-unlock-with-lock-token-from-stdin">Example 1: unlock with lock token from stdin</h3> |