diff -r def0359fb48f -r daea53362170 docs/man/dav.1.man --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/man/dav.1.man Thu Jun 28 20:11:53 2018 +0200 @@ -0,0 +1,163 @@ +.\" Automatically generated by Pandoc 1.16.0.2 +.\" +.TH "DAV" "1" "July 1, 2018" "dav User Manuals" "" +.hy +.SH NAME +.PP +dav \- command line WebDAV client +.SH SYNOPSIS +.PP +dav \f[I]command\f[] [\f[I]options\f[]] \f[I]arguments\f[]... +.SH DESCRIPTION +.PP +TODO +.SH COMMANDS +.PP +list [\f[I]\-altdepcR\f[]] [\f[I]\-u date\f[]] \f[I]url\f[] +.PP +get [\f[I]\-pcRK\f[]] [\f[I]\-o file\f[]] [\f[I]\-u date\f[]] +\f[I]url\f[] +.PP +put [\f[I]\-pcR\f[]] [\f[I]\-k key\f[]] [\f[I]\-L lock\f[]] \f[I]url\f[] +\f[I]file\f[] +.PP +mkdir [\f[I]\-pc\f[]] [\f[I]\-k key\f[]] [\f[I]\-L lock\f[]] +\f[I]url\f[] +.PP +remove [\f[I]\-pc\f[]] [\f[I]\-L lock\f[]] \f[I]url\f[] +.PP +copy [\f[I]\-pcO\f[]] [\f[I]\-L lock\f[]] \f[I]url\f[] \f[I]url\f[] +.PP +move [\f[I]\-pcO\f[]] [\f[I]\-L lock\f[]] \f[I]url\f[] \f[I]url\f[] +.PP +export [\f[I]\-pc\f[]] [\f[I]\-o file\f[]] [\f[I]\-u date\f[]] +\f[I]url\f[] +.PP +import [\f[I]\-pc\f[]] [\f[I]\-k key\f[]] [\f[I]\-L lock\f[]] +\f[I]url\f[] \f[I]file\f[] +.PP +get\-property [\f[I]\-pcx\f[]] [\f[I]\-n uri\f[]] \f[I]url\f[] +\f[I]property\f[] +.PP +set\-property [\f[I]\-pcx\f[]] [\f[I]\-L lock\f[]] [\f[I]\-n uri\f[]] +\f[I]url\f[] \f[I]property\f[] [\f[I]value\f[]] +.PP +remove\-property [\f[I]\-pc\f[]] [\f[I]\-n uri\f[]] \f[I]url\f[] +\f[I]property\f[] +.PP +lock [\f[I]\-pc\f[]] [\f[I]\-T timeout\f[]] \f[I]url\f[] +.PP +unlock [\f[I]\-pc\f[]] [\f[I]\-L lock\f[]] \f[I]url\f[] +.PP +info [\f[I]\-pc\f[]] \f[I]url\f[] +.PP +date [\f[I]url\f[]] +.SH OPTIONS +.TP +.B \-k \f[I]key\f[] +Key to use for encryption. +.RS +.RE +.TP +.B \-p +Don\[aq]t encrypt or decrypt files. +.RS +.RE +.TP +.B \-c +Enable full encryption. +.RS +.RE +.TP +.B \-R +Recursively do the operation for all children. +.RS +.RE +.TP +.B \-K +Keep already present files. +.RS +.RE +.TP +.B \-o \f[I]file\f[] +Write output to \f[I]file\f[]. +Use \[aq]\-\[aq] for stdout. +.RS +.RE +.TP +.B \-u \f[I]date\f[] +Get resources which are modified since the specified \f[I]date\f[]. +.RS +.RE +.TP +.B \-a +Show all files. +.RS +.RE +.TP +.B \-l +Print resources in long list format. +.RS +.RE +.TP +.B \-t +Print content type. +.RS +.RE +.TP +.B \-d +Order by last modified date. +.RS +.RE +.TP +.B \-e +Show extended flags. +.RS +.RE +.TP +.B \-O +Override resources. +.RS +.RE +.TP +.B \-L \f[I]lock\f[] +Specificy lock token. +.RS +.RE +.TP +.B \-T \f[I]sec\f[] +Timeout in seconds. +.RS +.RE +.TP +.B \-n \f[I]uri\f[] +Specify namespace \f[I]uri\f[]. +.RS +.RE +.TP +.B \-x +XML property content. +.RS +.RE +.TP +.B \-N +Disable authentication prompt (all commands). +.RS +.RE +.TP +.B \-i +Disable cert verification (all commands). +.RS +.RE +.TP +.B \-v +Verbose output (all commands). +.RS +.RE +.SH SEE ALSO +.PP +\f[C]dav\-sync\f[] (1). +.PP +DavUtils full documentation: . +.SH AUTHORS +Olaf Wintermann.