docs/html/get.html

changeset 429
1607450065ba
parent 320
12ed560c926c
child 563
3dffe58a573f
equal deleted inserted replaced
428:b50ade8e7197 429:1607450065ba
24 <li><a href="put.html">put</a></li> 24 <li><a href="put.html">put</a></li>
25 <li><a href="mkdir.html">mkdir</a></li> 25 <li><a href="mkdir.html">mkdir</a></li>
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="export.html">export</a></li>
30 <li><a href="import.html">import</a></li>
29 <li><a href="get-property.html">get-property</a></li> 31 <li><a href="get-property.html">get-property</a></li>
30 <li><a href="set-property.html">set-property</a></li> 32 <li><a href="set-property.html">set-property</a></li>
31 <li><a href="remove-property.html">remove-property</a></li> 33 <li><a href="remove-property.html">remove-property</a></li>
32 <li><a href="lock.html">lock</a></li> 34 <li><a href="lock.html">lock</a></li>
33 <li><a href="unlock.html">unlock</a></li> 35 <li><a href="unlock.html">unlock</a></li>
34 <li><a href="info.html">info</a></li> 36 <li><a href="info.html">info</a></li>
35 <li><a href="date.html">date</a></li> 37 <li><a href="date.html">date</a></li>
36 <li><a href="add-repository.html">add-repository</a></li> 38 <li><a href="add-repository.html">add-repository</a></li>
39 <li><a href="remove-repository.html">remove-repository</a></li>
37 <li><a href="list-repositories.html">list-repositories</a></li> 40 <li><a href="list-repositories.html">list-repositories</a></li>
38 <li><a href="check-config.html">check-config</a></li> 41 <li><a href="check-config.html">check-config</a></li>
39 </ul> 42 </ul>
40 <li><a href="configuration.html">Configuration</a></li> 43 <li><a href="configuration.html">Configuration</a></li>
41 <li><a href="encryption.html">Encryption</a></li> 44 <li><a href="encryption.html">Encryption</a></li>
52 <li><a href="archive.html">archive</a></li> 55 <li><a href="archive.html">archive</a></li>
53 <li><a href="resolve-conflicts.html">resolve-conflicts</a></li> 56 <li><a href="resolve-conflicts.html">resolve-conflicts</a></li>
54 <li><a href="delete-conflicts.html">delete-conflicts</a></li> 57 <li><a href="delete-conflicts.html">delete-conflicts</a></li>
55 <li><a href="trash-info.html">trash-info</a></li> 58 <li><a href="trash-info.html">trash-info</a></li>
56 <li><a href="empty-trash.html">empty-trash</a></li> 59 <li><a href="empty-trash.html">empty-trash</a></li>
60 <li><a href="add-tag.html">add-tag</a></li>
61 <li><a href="remove-tag.html">remove-tag</a></li>
62 <li><a href="set-tags.html">set-tags</a></li>
63 <li><a href="list-tags.html">list-tags</a></li>
57 <li><a href="add-directory.html">add-directory</a></li> 64 <li><a href="add-directory.html">add-directory</a></li>
58 <li><a href="list-directories.html">list-directories</a></li> 65 <li><a href="list-directories.html">list-directories</a></li>
59 <li><a href="sync-check-config.html">check-config</a></li> 66 <li><a href="sync-check-config.html">check-config</a></li>
60 <li><a href="check-repositories.html">check-repositories</a></li> 67 <li><a href="check-repositories.html">check-repositories</a></li>
61 </ul> 68 </ul>
67 <!-- begin content --> 74 <!-- begin content -->
68 <div class="content"> 75 <div class="content">
69 <div id="header"> 76 <div id="header">
70 <h1 class="title">dav get</h1> 77 <h1 class="title">dav get</h1>
71 </div> 78 </div>
72 <p><strong><code>dav get [-pcR] [-o &lt;file&gt;] [-u &lt;date&gt;] &lt;url&gt;</code></strong></p> 79 <p><strong><code>dav get [-pcRK] [-o &lt;file&gt;] [-u &lt;date&gt;] &lt;url&gt;</code></strong></p>
73 <p>Downloads a resource. This command also downloads collections and its child resources when the <strong><code>-R</code></strong> option is used. When downloading a single resource, the default local file name is the resource name. When downloading collections, it does <strong>not</strong> 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> 80 <p>Downloads a resource. This command also downloads collections and its child resources when the <strong><code>-R</code></strong> option is used. When downloading a single resource, the default local file name is the resource name. When downloading collections, it does <strong>not</strong> 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>
74 <p><strong><code>-p</code></strong> disable file name and content decryption. You get exactly what is stored on the server.</p> 81 <p><strong><code>-p</code></strong> disable file name and content decryption. You get exactly what is stored on the server.</p>
75 <p><strong><code>-c</code></strong> enable file name and content decryption</p> 82 <p><strong><code>-c</code></strong> enable file name and content decryption</p>
76 <p><strong><code>-R</code></strong> download a collection</p> 83 <p><strong><code>-R</code></strong> download a collection</p>
84 <p><strong><code>-K</code></strong> download only files that don't exist locally</p>
77 <p><strong><code>-o &lt;file&gt;</code></strong> specify the local output file. A <strong>-</strong> indicates stdout</p> 85 <p><strong><code>-o &lt;file&gt;</code></strong> specify the local output file. A <strong>-</strong> indicates stdout</p>
78 <p><strong><code>-u &lt;date&gt;</code></strong> download only files which are modified since the specified date. Uses the HTTP date format</p> 86 <p><strong><code>-u &lt;date&gt;</code></strong> download only files which are modified since the specified date. Uses the HTTP date format</p>
79 </div> 87 </div>
80 <!-- end content --> 88 <!-- end content -->
81 </body> 89 </body>

mercurial