docs/src/dav.1.md

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

mercurial