docs/src/set-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 285
02d3e4b1245f
child 408
f71eab18ed38
permissions
-rw-r--r--

this is the real v1.1.0 release

---
title: 'dav set-property'
---

**`dav set-property [-pc] [-L <lock>] [-n <uri>] <url> <property> [value]`**

Sets a resource property to the specified value.

*property* is a property name with or without prefix (see [get-property][1] for details).

[1]: ./get-property.html

If no value is specified, the content for the property is read from stdin.

**`-p`** disable file name and path decryption if enabled

**`-c`** enable file name and path decryption

**`-L <lock>`** use a lock token. See [dav lock][1]

**`-n <uri>`** specify property namespace

**Note:** Properties are never encrypted.

mercurial