docs/src/list.md

changeset 320
12ed560c926c
parent 283
0e36bb75a732
equal deleted inserted replaced
319:2433b5969d44 320:12ed560c926c
1 --- 1 ---
2 title: 'dav list' 2 title: 'dav list'
3 --- 3 ---
4 4
5 **`dav list [-altepcR] [-u <date>] <url>`** 5 **`dav list [-altdepcR] [-u <date>] <url>`**
6 6
7 Lists child resources of the specified collection. Without any option it 7 Lists child resources of the specified collection. Without any option it
8 shows only the direct children and hides files beginning with a dot. 8 shows only the direct children and hides files beginning with a dot.
9 The behavior is quite similar to that of the unix tool `ls`. 9 The behavior is quite similar to that of the unix tool `ls`.
10 10
34 34
35 The last column is the resource name. If the `-R` option is specified, the resource path is shown. 35 The last column is the resource name. If the `-R` option is specified, the resource path is shown.
36 36
37 **`-t`** this options only works in combination with `-l` and it adds the resource content type to the output (after the flags) 37 **`-t`** this options only works in combination with `-l` and it adds the resource content type to the output (after the flags)
38 38
39 **`-d`** order resources by their lastmodified date
40
39 **`-e`** similar to `-l`, but with 6 flag fields. Currently only the first 4 fields are used. The last two are reserved for future use. 41 **`-e`** similar to `-l`, but with 6 flag fields. Currently only the first 4 fields are used. The last two are reserved for future use.
40 42
41 1. Field: `d---` indicates a collection 43 1. Field: `d---` indicates a collection
42 2. Field: `-c--` indicates an encrypted resource 44 2. Field: `-c--` indicates an encrypted resource
43 3. Field: `--l-` indicates a locked resource 45 3. Field: `--l-` indicates a locked resource

mercurial