+
+
dav get-property
-dav get-property [-pcx] [-n <uri>] <url> <property>
Gets a specific 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. The prefix and property name are separated by a : as usual.
If the -x
option is specified, a valid xml document containing the value is printed on stdout.
Example: D:creationdate
D
is the prefix, creationdate
is the name.
There are only two available prefixes by default:
--
+
D
for theDAV:
namespaceidav
forhttp://davutils.org/