64 |
64 |
65 <!-- begin content --> |
65 <!-- begin content --> |
66 <div class="content"> |
66 <div class="content"> |
67 <h1 id="dav-get">dav get</h1> |
67 <h1 id="dav-get">dav get</h1> |
68 <p><strong><code>get [-pcR] [-o <file>] [-u <date>] <url></code></strong></p> |
68 <p><strong><code>get [-pcR] [-o <file>] [-u <date>] <url></code></strong></p> |
69 <p>Downloads a resource. It can also download collections and its child resources. When downloading a single resource, the default local file name is the resource name. When downloading collections, it does NOT create a local directory with the collection's name and places it children in there, but it downloads the children directly to the current working directory.</p> |
69 <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> |
70 <p><strong><code>-p</code></strong> disable file name and content decryption. You get exactly what is stored on the server.</p> |
70 <p><strong><code>-p</code></strong> disable file name and content decryption. You get exactly what is stored on the server.</p> |
71 <p><strong><code>-c</code></strong> enable file name and content decryption</p> |
71 <p><strong><code>-c</code></strong> enable file name and content decryption</p> |
72 <p><strong><code>-R</code></strong> download a collection</p> |
72 <p><strong><code>-R</code></strong> download a collection</p> |
73 <p><strong><code>-o <file></code></strong> specify the local output file. A <strong>-</strong> indicates stdout</p> |
73 <p><strong><code>-o <file></code></strong> specify the local output file. A <strong>-</strong> indicates stdout</p> |
74 <p><strong><code>-u <date></code></strong> download only files which are modified since the specified date. Uses the http date format</p> |
74 <p><strong><code>-u <date></code></strong> download only files which are modified since the specified date. Uses the HTTP date format</p> |
75 </div> |
75 </div> |
76 <!-- end content --> |
76 <!-- end content --> |
77 </body> |
77 </body> |
78 </html> |
78 </html> |