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 set-property</h1> |
68 <h1 class="title">dav set-property</h1> |
69 </div> |
69 </div> |
70 <p><strong><code>set-property [-pc] [-L <lock>] [-n <uri>] <url> <property> [value]</code></strong></p> |
70 <p><strong><code>dav set-property [-pc] [-L <lock>] [-n <uri>] <url> <property> [value]</code></strong></p> |
71 <p>Sets a resource property to the specified value.</p> |
71 <p>Sets a resource property to the specified value.</p> |
72 <p><em>property</em> is a property name with or without prefix (see <a href="./get-property.html">get-property</a> for details).</p> |
72 <p><em>property</em> is a property name with or without prefix (see <a href="./get-property.html">get-property</a> for details).</p> |
73 <p>If no value is specified, the content for the property is read from stdin.</p> |
73 <p>If no value is specified, the content for the property is read from stdin.</p> |
74 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> |
74 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> |
75 <p><strong><code>-c</code></strong> enable file name and path decryption</p> |
75 <p><strong><code>-c</code></strong> enable file name and path decryption</p> |