64 |
64 |
65 <!-- begin content --> |
65 <!-- begin content --> |
66 <div class="content"> |
66 <div class="content"> |
67 <h1 id="dav-get-property">dav get-property</h1> |
67 <h1 id="dav-get-property">dav get-property</h1> |
68 <p><strong><code>get-property [-pc] [-n <uri>] <url> <property></code></strong></p> |
68 <p><strong><code>get-property [-pc] [-n <uri>] <url> <property></code></strong></p> |
69 <p>Gets a specified resource property. Every WebDAV property has a name and an XMl namespace. A namespace can be specified with the <code>-n</code> option or with a prefixed name. A prefix and property name are separated by an <strong>:</strong></p> |
69 <p>Gets a specific resource property. Every WebDAV property has a name and an XML namespace. A namespace can be specified with the <code>-n</code> option or with a prefixed name. The prefix and property name are separated by a <strong>:</strong> as usual.</p> |
70 <p>Example: <code>D:creationdate</code></p> |
70 <p>Example: <code>D:creationdate</code></p> |
71 <p><code>D</code> is the prefix, <code>creationdate</code> is the name.</p> |
71 <p><code>D</code> is the prefix, <code>creationdate</code> is the name.</p> |
72 <p>There are only two available prefixes:</p> |
72 <p>There are only two available prefixes by default:</p> |
73 <ol style="list-style-type: decimal"> |
73 <ol style="list-style-type: decimal"> |
74 <li><code>D</code> for the <code>DAV:</code> namespace</li> |
74 <li><code>D</code> for the <code>DAV:</code> namespace</li> |
75 <li><code>idav</code> for <code>http://davutils.org/</code></li> |
75 <li><code>idav</code> for <code>http://davutils.org/</code></li> |
76 </ol> |
76 </ol> |
77 <p>To use an other namespace, use the <code>-n</code> option.</p> |
77 <p>To use another namespace, use the <code>-n</code> option.</p> |
78 <p>If the property name has no prefix, and no namespace is specified, the default namespace <code>DAV:</code> is used.</p> |
78 <p>If the property name has no prefix, and no namespace is specified, the default namespace <code>DAV:</code> is used.</p> |
79 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> |
79 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> |
80 <p><strong><code>-c</code></strong> enable file name and path decryption</p> |
80 <p><strong><code>-c</code></strong> enable file name and path decryption</p> |
81 <p><strong><code>-n <uri></code></strong> specify property namespace</p> |
81 <p><strong><code>-n <uri></code></strong> specify property namespace</p> |
82 <p><strong>Note:</strong> Properties are never encrypted.</p> |
82 <p><strong>Note:</strong> Properties are never encrypted.</p> |