--- a/docs/html/put.html Sun Aug 06 17:02:25 2017 +0200 +++ b/docs/html/put.html Sun Aug 06 18:18:00 2017 +0200 @@ -10,7 +10,7 @@ </head> <body> <div class="header"> - <span>davutils documentation</span> + <a href="./index.html"><span>DavUtils documentation</span></a> </div> <div class="sidebar"> <div class="nav"> @@ -67,7 +67,7 @@ <div id="header"> <h1 class="title">dav put</h1> </div> -<p><strong><code>put [-pcR] [-k <key>] [-L <lock>] <url> <file></code></strong></p> +<p><strong><code>dav put [-pcR] [-k <key>] [-L <lock>] <url> <file></code></strong></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>