2 <html xmlns="http://www.w3.org/1999/xhtml"> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <head> |
3 <head> |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 <meta http-equiv="Content-Style-Type" content="text/css" /> |
5 <meta http-equiv="Content-Style-Type" content="text/css" /> |
6 <meta name="generator" content="pandoc" /> |
6 <meta name="generator" content="pandoc" /> |
7 <title></title> |
7 <title>dav set-property</title> |
8 <style type="text/css">code{white-space: pre;}</style> |
8 <style type="text/css">code{white-space: pre;}</style> |
9 <link rel="stylesheet" href="davdoc.css" type="text/css" /> |
9 <link rel="stylesheet" href="davdoc.css" type="text/css" /> |
10 </head> |
10 </head> |
11 <body> |
11 <body> |
12 <div class="header"> |
12 <div class="header"> |
62 </div> |
62 </div> |
63 </div> |
63 </div> |
64 |
64 |
65 <!-- begin content --> |
65 <!-- begin content --> |
66 <div class="content"> |
66 <div class="content"> |
67 <h1 id="dav-set-property">dav set-property</h1> |
67 <div id="header"> |
|
68 <h1 class="title">dav set-property</h1> |
|
69 </div> |
68 <p><strong><code>set-property [-pc] [-L <lock>] [-n <uri>] <url> <property> [value]</code></strong></p> |
70 <p><strong><code>set-property [-pc] [-L <lock>] [-n <uri>] <url> <property> [value]</code></strong></p> |
69 <p>Sets a resource property to the specified value.</p> |
71 <p>Sets a resource property to the specified value.</p> |
70 <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> |
71 <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> |
72 <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> |