docs/html/put.html

changeset 282
3070d72f54af
parent 273
c743721d566f
child 283
0e36bb75a732
--- a/docs/html/put.html	Sat Aug 05 11:33:17 2017 +0200
+++ b/docs/html/put.html	Sat Aug 05 13:35:27 2017 +0200
@@ -66,8 +66,8 @@
 <div class="content">
 <h1 id="dav-put">dav put</h1>
 <p><strong><code>put [-pcR] [-k &lt;key&gt;] [-L &lt;lock&gt;] &lt;url&gt; &lt;file&gt;</code></strong></p>
-<p>Uploads a file or a directory. When uploading a file and the url points to an existing collection, a resource inside this collection with the file's name is created. When the url points to a non-existing resource, the resource is created.</p>
-<p>When uploading a directory, you need to specify the -R option. It uploads all files in the directory to the specified url, but it does not create a collection for the directory itself.</p>
+<p>Uploads a file or a directory. When uploading a file while the url points to an existing collection, a resource inside this collection with the file's name is created. When the url points to a non-existing resource, the resource is created.</p>
+<p>When uploading a directory, you need to specify the <strong><code>-R</code></strong> option. It uploads all files in the directory to the specified url, but it does not create a collection for the directory itself. You may use <a href="./mkdir.html">dav mkdir</a> to create this collection beforehand.</p>
 <p><strong><code>-p</code></strong> disable file name encryption and decryption</p>
 <p><strong><code>-c</code></strong> enable file name and content encryption</p>
 <p><strong><code>-R</code></strong> upload directory</p>

mercurial