Sun, 01 Jul 2018 16:45:03 +0200
command documentation for dav-sync man page
% DAV(1) Version 1.2 | DavUtils 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*] *srcurl* *desturl* move [**-pcO**] [**-L** *lock*] *srcurl* *desturl* 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*] # GENERAL OPTIONS The following options can be used with all commands. **-i** : Disable cert verification. **-N** : Disable authentication prompt. **-v** : Verbose output. # COMMAND OPTIONS **-a** : Show all files. **-c** : Enable full encryption. **-d** : Order by last modified date. **-e** : Show extended flags. **-K** : Keep already present files. **-k** *key* : Key to use for encryption. **-l** : Print resources in long list format. **-L** *lock* : Specificy lock token. **-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. **-u** *date* : Get resources which are modified since the specified *date*. **-x** : XML property content. # SEE ALSO `dav-sync` (1). DavUtils full documentation: <https://davutils.sourceforge.io/>.