64 |
64 |
65 <!-- begin content --> |
65 <!-- begin content --> |
66 <div class="content"> |
66 <div class="content"> |
67 <h1 id="dav-unlock">dav unlock</h1> |
67 <h1 id="dav-unlock">dav unlock</h1> |
68 <p><strong><code>unlock [-pc] [-L <lock>] <url></code></strong></p> |
68 <p><strong><code>unlock [-pc] [-L <lock>] <url></code></strong></p> |
69 <p>Unlocks the specified url with a lock token. If no lock token is specified with the <code>-L</code> option, it read from stdin.</p> |
69 <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> |
70 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> |
70 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> |
71 <p><strong><code>-c</code></strong> enable file name and path decryption</p> |
71 <p><strong><code>-c</code></strong> enable file name and path decryption</p> |
72 <p><strong><code>-L <lock></code></strong> use a lock token</p> |
72 <p><strong><code>-L <lock></code></strong> use the specified lock token</p> |
73 <h3 id="example-1-unlock-with-lock-token-from-stdin">Example 1: unlock with lock token from stdin</h3> |
73 <h3 id="example-1-unlock-with-lock-token-from-stdin">Example 1: unlock with lock token from stdin</h3> |
74 <pre><code>$ dav lock myserv/resource > locktoken |
74 <pre><code>$ dav lock myserv/resource > locktoken |
75 $ dav unlock myserv/resource < locktoken</code></pre> |
75 $ dav unlock myserv/resource < locktoken</code></pre> |
76 <h3 id="example-2-unlock-with-lock-token-from-command-line-argument">Example 2: unlock with lock token from command line argument</h3> |
76 <h3 id="example-2-unlock-with-lock-token-from-command-line-argument">Example 2: unlock with lock token from command line argument</h3> |
77 <pre><code>$ dav lock myserv/resource |
77 <pre><code>$ dav lock myserv/resource |