diff -r 2e3a24b9896a -r 8b88efcbf56f docs/html/get.html --- a/docs/html/get.html Sun Dec 15 16:54:05 2019 +0100 +++ b/docs/html/get.html Sun Dec 15 17:00:46 2019 +0100 @@ -1,12 +1,20 @@ - - + + - - + + dav get - - + + +
@@ -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,17 +95,18 @@
    - -

    dav get [-pcRK] [-o <file>] [-u <date>] <url>

    -

    Downloads a resource. This command also downloads collections and its child resources when the -R option is used. When downloading a single resource, the default local file name is the resource name. When downloading collections, it does not create a local directory with the collection's name and places its children in there, but it downloads the children directly to the current working directory.

    + +

    dav get [-pcRK] [-o <file>] [-u <date>] [-V <version>] <url>

    +

    Downloads a resource. This command also downloads collections and its child resources when the -R option is used. When downloading a single resource, the default local file name is the resource name. When downloading collections, it does not create a local directory with the collection’s name and places its children in there, but it downloads the children directly to the current working directory.

    -p disable file name and content decryption. You get exactly what is stored on the server.

    -c enable file name and content decryption

    -R download a collection

    -

    -K download only files that don't exist locally

    +

    -K download only files that don’t exist locally

    -o <file> specify the local output file. A - indicates stdout

    -u <date> download only files which are modified since the specified date. Uses the HTTP date format

    +

    -V <version> downloads a specific version of the resource. Available versions can be listed with the list-versions command