--- a/docs/html/list.html Tue Oct 03 14:59:35 2017 +0200 +++ b/docs/html/list.html Tue Oct 03 16:59:39 2017 +0200 @@ -28,6 +28,7 @@ <li><a href="move.html">move</a></li> <li><a href="get-property.html">get-property</a></li> <li><a href="set-property.html">set-property</a></li> + <li><a href="remove-property.html">remove-property</a></li> <li><a href="lock.html">lock</a></li> <li><a href="unlock.html">unlock</a></li> <li><a href="info.html">info</a></li> @@ -48,6 +49,7 @@ <ul> <li><a href="pull.html">pull</a></li> <li><a href="push.html">push</a></li> + <li><a href="archive.html">archive</a></li> <li><a href="resolve-conflicts.html">resolve-conflicts</a></li> <li><a href="delete-conflicts.html">delete-conflicts</a></li> <li><a href="trash-info.html">trash-info</a></li> @@ -67,7 +69,7 @@ <div id="header"> <h1 class="title">dav list</h1> </div> -<p><strong><code>dav list [-altepcR] [-u <date>] <url></code></strong></p> +<p><strong><code>dav list [-altdepcR] [-u <date>] <url></code></strong></p> <p>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 <code>ls</code>.</p> <h2 id="options">Options</h2> <p><strong><code>-a</code></strong> don't hide files whose names begin with a dot <code>.</code></p> @@ -84,6 +86,7 @@ <p>The third column is the date of the last modification. The <code>strftime</code> format is <code>%b %d %H:%M</code> if the year is the current year. Otherwise the format is <code>%b %d %Y</code>.</p> <p>The last column is the resource name. If the <code>-R</code> option is specified, the resource path is shown.</p> <p><strong><code>-t</code></strong> this options only works in combination with <code>-l</code> and it adds the resource content type to the output (after the flags)</p> +<p><strong><code>-d</code></strong> order resources by their lastmodified date</p> <p><strong><code>-e</code></strong> similar to <code>-l</code>, but with 6 flag fields. Currently only the first 4 fields are used. The last two are reserved for future use.</p> <ol style="list-style-type: decimal"> <li>Field: <code>d---</code> indicates a collection</li>