docs/src/dav.1.md

changeset 436
daea53362170
child 438
329d57cddae8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/src/dav.1.md	Thu Jun 28 20:11:53 2018 +0200
@@ -0,0 +1,119 @@
+% DAV(1) dav User Manuals
+% Olaf Wintermann
+% July 1, 2018
+
+# NAME
+
+dav - command line WebDAV client
+
+# SYNOPSIS
+
+dav *command* [*options*] *arguments*...
+
+# DESCRIPTION
+
+TODO
+
+# COMMANDS
+
+list [*-altdepcR*] [*-u date*] *url*
+
+get [*-pcRK*] [*-o file*] [*-u date*] *url*
+
+put [*-pcR*] [*-k key*] [*-L lock*] *url* *file*
+
+mkdir [*-pc*] [*-k key*] [*-L lock*] *url*
+
+remove [*-pc*] [*-L lock*] *url*
+
+copy [*-pcO*] [*-L lock*] *url* *url*
+
+move [*-pcO*] [*-L lock*] *url* *url*
+
+export [*-pc*] [*-o file*] [*-u date*] *url*
+
+import [*-pc*] [*-k key*] [*-L lock*] *url* *file*
+
+get-property [*-pcx*] [*-n uri*] *url* *property*
+
+set-property [*-pcx*] [*-L lock*] [*-n uri*] *url* *property* [*value*]
+
+remove-property [*-pc*] [*-n uri*] *url* *property*
+
+lock [*-pc*] [*-T timeout*] *url*
+
+unlock [*-pc*] [*-L lock*] *url*
+
+info [*-pc*] *url*
+
+date [*url*]
+
+
+# OPTIONS
+
+-k *key*
+:   Key to use for encryption.
+
+-p
+:   Don't encrypt or decrypt files.
+
+-c
+:   Enable full encryption.
+
+-R
+:   Recursively do the operation for all children.
+
+-K
+:   Keep already present files.
+
+-o *file*
+:   Write output to *file*. Use '-' for stdout.
+
+-u *date*
+:   Get resources which are modified since the specified *date*.
+
+-a
+:   Show all files.
+
+-l
+:   Print resources in long list format.
+
+-t
+:   Print content type.
+
+-d
+:   Order by last modified date.
+
+-e
+:   Show extended flags.
+
+-O
+:   Override resources.
+
+-L *lock*
+:   Specificy lock token.
+
+-T *sec*
+:   Timeout in seconds.
+
+-n *uri* 
+:   Specify namespace *uri*.
+
+-x
+:   XML property content.
+
+-N
+:   Disable authentication prompt (all commands).
+
+-i
+:   Disable cert verification (all commands).
+
+-v
+:   Verbose output (all commands).
+
+# SEE ALSO
+
+`dav-sync` (1).
+
+DavUtils full documentation: <https://davutils.sourceforge.io/>.
+

mercurial