diff -r 2e3a24b9896a -r 8b88efcbf56f docs/html/list.html --- a/docs/html/list.html Sun Dec 15 16:54:05 2019 +0100 +++ b/docs/html/list.html Sun Dec 15 17:00:46 2019 +0100 @@ -1,12 +1,20 @@ - - + + - - + + dav list - - + + +
@@ -26,6 +34,7 @@
  • remove
  • copy
  • move
  • +
  • rename
  • export
  • import
  • get-property
  • @@ -35,9 +44,19 @@
  • unlock
  • info
  • date
  • +
  • versioncontrol
  • +
  • list-versions
  • +
  • checkout
  • +
  • checkin
  • +
  • uncheckout
  • add-repository
  • remove-repository
  • list-repositories
  • +
  • repository-url
  • +
  • add-user
  • +
  • remove-user
  • +
  • edit-user
  • +
  • list-users
  • check-config
  • Configuration
  • @@ -53,11 +72,13 @@
  • pull
  • push
  • archive
  • -
  • list-conflicts
  • +
  • restore
  • +
  • list-conflicts
  • resolve-conflicts
  • delete-conflicts
  • trash-info
  • empty-trash
  • +
  • list-versions
  • add-tag
  • remove-tag
  • set-tags
  • @@ -74,18 +95,18 @@
    - +

    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.

    Options

    -

    -a don't hide files whose names begin with a dot .

    +

    -a don’t hide files whose names begin with a dot .

    -l show additional information for resources

    Example:

    --     4.2 KiB  Oct 11  2015  somefile

    The first column contains to fields for flags.

    -
      +
      1. Field: d- indicates a collection
      2. Field: -c indicates an encrypted resource
      @@ -96,7 +117,7 @@

      -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.

      -
        +
        1. Field: d--- indicates a collection
        2. Field: -c-- indicates an encrypted resource
        3. Field: --l- indicates a locked resource