diff -r 70c7d8e437f9 -r 329d57cddae8 docs/src/dav.1.md --- a/docs/src/dav.1.md Thu Jun 28 21:41:05 2018 +0200 +++ b/docs/src/dav.1.md Sun Jul 01 16:13:17 2018 +0200 @@ -1,14 +1,14 @@ -% DAV(1) dav User Manuals +% DAV(1) Version 1.2 | DavUtils User Manuals % Olaf Wintermann % July 1, 2018 # NAME -dav - command line WebDAV client +**dav** - command line WebDAV client # SYNOPSIS -dav *command* [*options*] *arguments*... +**dav** *command* [*options*] *arguments*... # DESCRIPTION @@ -16,100 +16,104 @@ # COMMANDS -list [*-altdepcR*] [*-u date*] *url* +list [**-altdepcR**] [**-u** *date*] *url* -get [*-pcRK*] [*-o file*] [*-u date*] *url* +get [**-pcRK**] [**-o** *file*] [**-u** *date*] *url* -put [*-pcR*] [*-k key*] [*-L lock*] *url* *file* +put [**-pcR**] [**-k** *key*] [**-L** *lock*] *url* *file* -mkdir [*-pc*] [*-k key*] [*-L lock*] *url* +mkdir [**-pc**] [**-k** *key*] [**-L** *lock*] *url* -remove [*-pc*] [*-L lock*] *url* +remove [**-pc**] [**-L** *lock*] *url* -copy [*-pcO*] [*-L lock*] *url* *url* +copy [**-pcO**] [**-L** *lock*] *srcurl* *desturl* -move [*-pcO*] [*-L lock*] *url* *url* +move [**-pcO**] [**-L** *lock*] *srcurl* *desturl* -export [*-pc*] [*-o file*] [*-u date*] *url* +export [**-pc**] [**-o** *file*] [**-u** *date*] *url* -import [*-pc*] [*-k key*] [*-L lock*] *url* *file* +import [**-pc**] [**-k** *key*] [**-L** *lock*] *url* *file* -get-property [*-pcx*] [*-n uri*] *url* *property* +get-property [**-pcx**] [**-n** *uri*] *url* *property* -set-property [*-pcx*] [*-L lock*] [*-n uri*] *url* *property* [*value*] +set-property [**-pcx**] [**-L** *lock*] [**-n** *uri*] *url* *property* [*value*] -remove-property [*-pc*] [*-n uri*] *url* *property* +remove-property [**-pc**] [**-n** *uri*] *url* *property* -lock [*-pc*] [*-T timeout*] *url* +lock [**-pc**] [**-T** *timeout*] *url* -unlock [*-pc*] [*-L lock*] *url* +unlock [**-pc**] [**-L** *lock*] *url* -info [*-pc*] *url* +info [**-pc**] *url* date [*url*] +# GENERAL OPTIONS -# OPTIONS +The following options can be used with all commands. + +**-i** +: Disable cert verification. + +**-N** +: Disable authentication prompt. --k *key* -: Key to use for encryption. +**-v** +: Verbose output. + +# COMMAND OPTIONS --p -: Don't encrypt or decrypt files. +**-a** +: Show all files. --c +**-c** : Enable full encryption. --R -: Recursively do the operation for all children. +**-d** +: Order by last modified date. --K +**-e** +: Show extended flags. + +**-K** : Keep already present files. --o *file* -: Write output to *file*. Use '-' for stdout. +**-k** *key* +: Key to use for encryption. --u *date* -: Get resources which are modified since the specified *date*. - --a -: Show all files. - --l +**-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* +**-L** *lock* : Specificy lock token. --T *sec* +**-n** *uri* +: Specify namespace *uri*. + +**-o** *file* +: Write output to *file*. Use '-' for stdout. + +**-O** +: Override resources. + +**-p** +: Don't encrypt or decrypt files. + +**-R** +: Recursively do the operation for all children. + +**-t** +: Print content type. + +**-T** *sec* : Timeout in seconds. --n *uri* -: Specify namespace *uri*. +**-u** *date* +: Get resources which are modified since the specified *date*. --x +**-x** : XML property content. --N -: Disable authentication prompt (all commands). - --i -: Disable cert verification (all commands). - --v -: Verbose output (all commands). # SEE ALSO