docs/src/get.md

changeset 265
ee9e63c437c4
child 266
8c44c5919691
equal deleted inserted replaced
264:94c0a938b66c 265:ee9e63c437c4
1 dav get
2 =======
3
4 **`get [-pcR] [-o <file>] [-u <date>] <url>`**
5
6 Downloads a resource. It can also download collections and its child resources.
7 When downloading a single resource, the default local file name is the resource
8 name. When downloading collections, it does NOT create a local directory with
9 the collection's name and places it children in there, but it downloads the
10 children directly to the current working directory.
11
12 **`-p`** disable file name and content decryption. You get exactly what is stored
13 on the server.
14
15 **`-c`** enable file name and content decryption
16
17 **`-R`** download a collection
18
19 **`-o <file>`** specify the local output file. A **-** indicates stdout
20
21 **`-u <date>`** downloads only files which are modified since the specified date. Uses the http date format
22
23

mercurial