docs/src/get-property.md

Sat, 07 Oct 2017 10:25:11 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 07 Oct 2017 10:25:11 +0200
branch
v1.1
changeset 327
a66e0a1f01fc
parent 320
12ed560c926c
child 408
f71eab18ed38
permissions
-rw-r--r--

this is the real v1.1.0 release

---
title: 'dav get-property'
---

**`dav get-property [-pc] [-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.

Example: `D:creationdate`

`D` is the prefix, `creationdate` is the name.

There are only two available prefixes by default:

1. `D` for the `DAV:` namespace
2. `idav` for `http://davutils.org/`

To use another namespace, use the `-n` option or configure a namespace in the [config.xml][1] file.

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.

[1]: ./configuration.html

mercurial