diff -r b50ade8e7197 -r 1607450065ba docs/html/get.html --- a/docs/html/get.html Sun Jun 24 11:51:07 2018 +0200 +++ b/docs/html/get.html Sun Jun 24 12:18:12 2018 +0200 @@ -26,6 +26,8 @@
  • remove
  • copy
  • move
  • +
  • export
  • +
  • import
  • get-property
  • set-property
  • remove-property
  • @@ -34,6 +36,7 @@
  • info
  • date
  • add-repository
  • +
  • remove-repository
  • list-repositories
  • check-config
  • @@ -54,6 +57,10 @@
  • delete-conflicts
  • trash-info
  • empty-trash
  • +
  • add-tag
  • +
  • remove-tag
  • +
  • set-tags
  • +
  • list-tags
  • add-directory
  • list-directories
  • check-config
  • @@ -69,11 +76,12 @@ -

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

    +

    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.

    -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

    -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