diff -r 2433b5969d44 -r 12ed560c926c docs/html/list.html --- a/docs/html/list.html Tue Oct 03 14:59:35 2017 +0200 +++ b/docs/html/list.html Tue Oct 03 16:59:39 2017 +0200 @@ -28,6 +28,7 @@
dav list [-altepcR] [-u <date>] <url>
dav list [-altdepcR] [-u <date>] <url>
Lists child resources of the specified collection. Without any option it shows only the direct children and hides files beginning with a dot. The behavior is quite similar to that of the unix tool ls
.
-a
don't hide files whose names begin with a dot .
The third column is the date of the last modification. The strftime
format is %b %d %H:%M
if the year is the current year. Otherwise the format is %b %d %Y
.
The last column is the resource name. If the -R
option is specified, the resource path is shown.
-t
this options only works in combination with -l
and it adds the resource content type to the output (after the flags)
-d
order resources by their lastmodified date
-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.
d---
indicates a collection