docs/src/get-property.md

changeset 265
ee9e63c437c4
child 282
3070d72f54af
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/src/get-property.md	Sun Jul 09 20:15:14 2017 +0200
@@ -0,0 +1,27 @@
+dav get-property
+================
+
+**`get-property [-pc] [-n <uri>] <url> <property>`**
+
+Gets a specified resource property. Every WebDAV property has a name and an XMl namespace. A namespace can be specified with the `-n` option or with a prefixed name. A prefix and property name are separated by an **:**
+
+Example: `D:creationdate`
+
+`D` is the prefix, `creationdate` is the name.
+
+There are only two available prefixes:
+
+1. `D` for the `DAV:` namespace
+2. `idav` for `http://davutils.org/`
+
+To use an other namespace, use the `-n` option.
+
+If the property name has no prefix, and no namespace is specified, the default namespace `DAV:` is used.
+
+**`-p`** disable file name and path decryption if enabled
+
+**`-c`** enable file name and path decryption
+
+**`-n <uri>`** specify property namespace
+
+**Note:** Properties are never encrypted.

mercurial