26 <li><a href="remove.html">remove</a></li> |
26 <li><a href="remove.html">remove</a></li> |
27 <li><a href="copy.html">copy</a></li> |
27 <li><a href="copy.html">copy</a></li> |
28 <li><a href="move.html">move</a></li> |
28 <li><a href="move.html">move</a></li> |
29 <li><a href="get-property.html">get-property</a></li> |
29 <li><a href="get-property.html">get-property</a></li> |
30 <li><a href="set-property.html">set-property</a></li> |
30 <li><a href="set-property.html">set-property</a></li> |
|
31 <li><a href="remove-property.html">remove-property</a></li> |
31 <li><a href="lock.html">lock</a></li> |
32 <li><a href="lock.html">lock</a></li> |
32 <li><a href="unlock.html">unlock</a></li> |
33 <li><a href="unlock.html">unlock</a></li> |
33 <li><a href="info.html">info</a></li> |
34 <li><a href="info.html">info</a></li> |
34 <li><a href="date.html">date</a></li> |
35 <li><a href="date.html">date</a></li> |
35 <li><a href="add-repository.html">add-repository</a></li> |
36 <li><a href="add-repository.html">add-repository</a></li> |
46 <li><a href="introduction.html">Introduction</a></li> |
47 <li><a href="introduction.html">Introduction</a></li> |
47 <li><a href="sync-commands.html">Commands</a></li> |
48 <li><a href="sync-commands.html">Commands</a></li> |
48 <ul> |
49 <ul> |
49 <li><a href="pull.html">pull</a></li> |
50 <li><a href="pull.html">pull</a></li> |
50 <li><a href="push.html">push</a></li> |
51 <li><a href="push.html">push</a></li> |
|
52 <li><a href="archive.html">archive</a></li> |
51 <li><a href="resolve-conflicts.html">resolve-conflicts</a></li> |
53 <li><a href="resolve-conflicts.html">resolve-conflicts</a></li> |
52 <li><a href="delete-conflicts.html">delete-conflicts</a></li> |
54 <li><a href="delete-conflicts.html">delete-conflicts</a></li> |
53 <li><a href="trash-info.html">trash-info</a></li> |
55 <li><a href="trash-info.html">trash-info</a></li> |
54 <li><a href="empty-trash.html">empty-trash</a></li> |
56 <li><a href="empty-trash.html">empty-trash</a></li> |
55 <li><a href="add-directory.html">add-directory</a></li> |
57 <li><a href="add-directory.html">add-directory</a></li> |
65 <!-- begin content --> |
67 <!-- begin content --> |
66 <div class="content"> |
68 <div class="content"> |
67 <div id="header"> |
69 <div id="header"> |
68 <h1 class="title">dav list</h1> |
70 <h1 class="title">dav list</h1> |
69 </div> |
71 </div> |
70 <p><strong><code>dav list [-altepcR] [-u <date>] <url></code></strong></p> |
72 <p><strong><code>dav list [-altdepcR] [-u <date>] <url></code></strong></p> |
71 <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> |
73 <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> |
72 <h2 id="options">Options</h2> |
74 <h2 id="options">Options</h2> |
73 <p><strong><code>-a</code></strong> don't hide files whose names begin with a dot <code>.</code></p> |
75 <p><strong><code>-a</code></strong> don't hide files whose names begin with a dot <code>.</code></p> |
74 <p><strong><code>-l</code></strong> show additional information for resources</p> |
76 <p><strong><code>-l</code></strong> show additional information for resources</p> |
75 <p>Example:</p> |
77 <p>Example:</p> |
82 <p>Encrypted collections are also possible, but only the collection name is encrypted, the content may be unencrypted.</p> |
84 <p>Encrypted collections are also possible, but only the collection name is encrypted, the content may be unencrypted.</p> |
83 <p>The second column in the <code>list -l</code> output is the resource size. The number has always a suffix (bytes, KiB, MiB, GiB, TiB). To get the exact content-length in bytes you can use the <a href="./info.html">dav info</a> command.</p> |
85 <p>The second column in the <code>list -l</code> output is the resource size. The number has always a suffix (bytes, KiB, MiB, GiB, TiB). To get the exact content-length in bytes you can use the <a href="./info.html">dav info</a> command.</p> |
84 <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> |
86 <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> |
85 <p>The last column is the resource name. If the <code>-R</code> option is specified, the resource path is shown.</p> |
87 <p>The last column is the resource name. If the <code>-R</code> option is specified, the resource path is shown.</p> |
86 <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> |
88 <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> |
|
89 <p><strong><code>-d</code></strong> order resources by their lastmodified date</p> |
87 <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> |
90 <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> |
88 <ol style="list-style-type: decimal"> |
91 <ol style="list-style-type: decimal"> |
89 <li>Field: <code>d---</code> indicates a collection</li> |
92 <li>Field: <code>d---</code> indicates a collection</li> |
90 <li>Field: <code>-c--</code> indicates an encrypted resource</li> |
93 <li>Field: <code>-c--</code> indicates an encrypted resource</li> |
91 <li>Field: <code>--l-</code> indicates a locked resource</li> |
94 <li>Field: <code>--l-</code> indicates a locked resource</li> |