diff -r 2e3a24b9896a -r 8b88efcbf56f docs/html/rename.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/html/rename.html Sun Dec 15 17:00:46 2019 +0100 @@ -0,0 +1,111 @@ + + + + + + + dav rename + + + + + +
+ DavUtils documentation +
+ + + +
+
+

dav rename

+
+

rename [-pcO] [-L <lock>] <url> <name>

+

Changes the name of a resource to name.

+

In case of unencrypted resources, this will do a MOVE-Request. On encrypted resources, this command will do a PROPPATCH-Request, changing the crypto-name property.

+

-p disable file name and path decryption for url

+

-c enable file name and path decryption for url

+

-O overwrite the destination resource

+

-L <lock> use a lock token. See dav lock

+
+ + +