65 <!-- begin content --> |
65 <!-- begin content --> |
66 <div class="content"> |
66 <div class="content"> |
67 <div id="header"> |
67 <div id="header"> |
68 <h1 class="title">dav info</h1> |
68 <h1 class="title">dav info</h1> |
69 </div> |
69 </div> |
70 <p><strong><code>info [-pc] <url></code></strong></p> |
70 <p><strong><code>dav info [-pc] <url></code></strong></p> |
71 <p>Prints some information and lists all properties for the resource specified by <em>url</em>.</p> |
71 <p>Prints some information and lists all properties for the resource specified by <em>url</em>.</p> |
72 <h3 id="example-1-info-of-a-collection">Example 1: info of a collection</h3> |
72 <h3 id="example-1-info-of-a-collection">Example 1: info of a collection</h3> |
73 <p>In this example <em>myserv</em> is a configured repository with the base url <em>https://example.com/webdav/</em>. Because the collection is not encrypted, the <em>url</em> in the info output is just the <em>path</em> appended to the base url.</p> |
73 <p>In this example <em>myserv</em> is a configured repository with the base url <em>https://example.com/webdav/</em>. Because the collection is not encrypted, the <em>url</em> in the info output is just the <em>path</em> appended to the base url.</p> |
74 <pre><code>$ dav info myserv/col/ |
74 <pre><code>$ dav info myserv/col/ |
75 name: col |
75 name: col |