docs/man/dav.1.man

changeset 436
daea53362170
child 438
329d57cddae8
equal deleted inserted replaced
435:def0359fb48f 436:daea53362170
1 .\" Automatically generated by Pandoc 1.16.0.2
2 .\"
3 .TH "DAV" "1" "July 1, 2018" "dav User Manuals" ""
4 .hy
5 .SH NAME
6 .PP
7 dav \- command line WebDAV client
8 .SH SYNOPSIS
9 .PP
10 dav \f[I]command\f[] [\f[I]options\f[]] \f[I]arguments\f[]...
11 .SH DESCRIPTION
12 .PP
13 TODO
14 .SH COMMANDS
15 .PP
16 list [\f[I]\-altdepcR\f[]] [\f[I]\-u date\f[]] \f[I]url\f[]
17 .PP
18 get [\f[I]\-pcRK\f[]] [\f[I]\-o file\f[]] [\f[I]\-u date\f[]]
19 \f[I]url\f[]
20 .PP
21 put [\f[I]\-pcR\f[]] [\f[I]\-k key\f[]] [\f[I]\-L lock\f[]] \f[I]url\f[]
22 \f[I]file\f[]
23 .PP
24 mkdir [\f[I]\-pc\f[]] [\f[I]\-k key\f[]] [\f[I]\-L lock\f[]]
25 \f[I]url\f[]
26 .PP
27 remove [\f[I]\-pc\f[]] [\f[I]\-L lock\f[]] \f[I]url\f[]
28 .PP
29 copy [\f[I]\-pcO\f[]] [\f[I]\-L lock\f[]] \f[I]url\f[] \f[I]url\f[]
30 .PP
31 move [\f[I]\-pcO\f[]] [\f[I]\-L lock\f[]] \f[I]url\f[] \f[I]url\f[]
32 .PP
33 export [\f[I]\-pc\f[]] [\f[I]\-o file\f[]] [\f[I]\-u date\f[]]
34 \f[I]url\f[]
35 .PP
36 import [\f[I]\-pc\f[]] [\f[I]\-k key\f[]] [\f[I]\-L lock\f[]]
37 \f[I]url\f[] \f[I]file\f[]
38 .PP
39 get\-property [\f[I]\-pcx\f[]] [\f[I]\-n uri\f[]] \f[I]url\f[]
40 \f[I]property\f[]
41 .PP
42 set\-property [\f[I]\-pcx\f[]] [\f[I]\-L lock\f[]] [\f[I]\-n uri\f[]]
43 \f[I]url\f[] \f[I]property\f[] [\f[I]value\f[]]
44 .PP
45 remove\-property [\f[I]\-pc\f[]] [\f[I]\-n uri\f[]] \f[I]url\f[]
46 \f[I]property\f[]
47 .PP
48 lock [\f[I]\-pc\f[]] [\f[I]\-T timeout\f[]] \f[I]url\f[]
49 .PP
50 unlock [\f[I]\-pc\f[]] [\f[I]\-L lock\f[]] \f[I]url\f[]
51 .PP
52 info [\f[I]\-pc\f[]] \f[I]url\f[]
53 .PP
54 date [\f[I]url\f[]]
55 .SH OPTIONS
56 .TP
57 .B \-k \f[I]key\f[]
58 Key to use for encryption.
59 .RS
60 .RE
61 .TP
62 .B \-p
63 Don\[aq]t encrypt or decrypt files.
64 .RS
65 .RE
66 .TP
67 .B \-c
68 Enable full encryption.
69 .RS
70 .RE
71 .TP
72 .B \-R
73 Recursively do the operation for all children.
74 .RS
75 .RE
76 .TP
77 .B \-K
78 Keep already present files.
79 .RS
80 .RE
81 .TP
82 .B \-o \f[I]file\f[]
83 Write output to \f[I]file\f[].
84 Use \[aq]\-\[aq] for stdout.
85 .RS
86 .RE
87 .TP
88 .B \-u \f[I]date\f[]
89 Get resources which are modified since the specified \f[I]date\f[].
90 .RS
91 .RE
92 .TP
93 .B \-a
94 Show all files.
95 .RS
96 .RE
97 .TP
98 .B \-l
99 Print resources in long list format.
100 .RS
101 .RE
102 .TP
103 .B \-t
104 Print content type.
105 .RS
106 .RE
107 .TP
108 .B \-d
109 Order by last modified date.
110 .RS
111 .RE
112 .TP
113 .B \-e
114 Show extended flags.
115 .RS
116 .RE
117 .TP
118 .B \-O
119 Override resources.
120 .RS
121 .RE
122 .TP
123 .B \-L \f[I]lock\f[]
124 Specificy lock token.
125 .RS
126 .RE
127 .TP
128 .B \-T \f[I]sec\f[]
129 Timeout in seconds.
130 .RS
131 .RE
132 .TP
133 .B \-n \f[I]uri\f[]
134 Specify namespace \f[I]uri\f[].
135 .RS
136 .RE
137 .TP
138 .B \-x
139 XML property content.
140 .RS
141 .RE
142 .TP
143 .B \-N
144 Disable authentication prompt (all commands).
145 .RS
146 .RE
147 .TP
148 .B \-i
149 Disable cert verification (all commands).
150 .RS
151 .RE
152 .TP
153 .B \-v
154 Verbose output (all commands).
155 .RS
156 .RE
157 .SH SEE ALSO
158 .PP
159 \f[C]dav\-sync\f[] (1).
160 .PP
161 DavUtils full documentation: <https://davutils.sourceforge.io/>.
162 .SH AUTHORS
163 Olaf Wintermann.

mercurial