diff -r ddb5e8f2a43d -r 3070d72f54af docs/src/info.md --- a/docs/src/info.md Sat Aug 05 11:33:17 2017 +0200 +++ b/docs/src/info.md Sat Aug 05 13:35:27 2017 +0200 @@ -3,11 +3,11 @@ **`info [-pc] `** -Prints some information and lists all properties for the resource specified by url. +Prints some information and lists all properties for the resource specified by *url*. ### Example 1: info of a collection -In this example *myserv* is a configured repository with the base url *https://example.com/webdav/*. Because *col* is not encrypted, the *url* is just the *path* appended to base url. +In this example *myserv* is a configured repository with the base url *https://example.com/webdav/*. Because the collection is not encrypted, the *url* in the info output is just the *path* appended to the base url. $ dav info myserv/col/ name: col @@ -24,7 +24,8 @@ ### Example 2: encrypted resource -With encrypted resources, the *path* and *url* are different. The real resource name is random, but the name used by *dav* is stored in the *crypto-name* property. +With encrypted resources, the *url* in the info output looks different. The real resource name may be disguised, but the name used by *dav* is stored encrypted and base64 encoded in the *crypto-name* property. +Read the [encryption][1] documentation to learn more about the davutils encryption feature. $ dav info -c myserv/crres name: crres @@ -47,3 +48,6 @@ crypto-hash: fm4zstp/FevTs1aoUXc3+mqTmAf2Go+zQ34rSp8/ixDlGLQJXR74Je+WMl1zxZKbS/+5VwDhyZ9pT3gInsq2SA== crypto-key: mykey crypto-name: ZU+lZtFi3dprBz44714plYwfRnhyI/apYq46Sk/B6QU= + +[1]: ./encryption.html +