docs/html/commands.html

changeset 279
f0f24da5f920
parent 278
c9096eb3554c
child 283
0e36bb75a732
equal deleted inserted replaced
278:c9096eb3554c 279:f0f24da5f920
85 <p><strong><code>-N</code></strong> disable any authentication prompt. If authentication is required, dav will abort.</p> 85 <p><strong><code>-N</code></strong> disable any authentication prompt. If authentication is required, dav will abort.</p>
86 <p><strong><code>-i</code></strong> disable TLS certificate verification</p> 86 <p><strong><code>-i</code></strong> disable TLS certificate verification</p>
87 <p><strong><code>-v</code></strong> enable verbose output. Internally <code>CURLOPT_VERBOSE</code> is set to 1 and verbose output is printed to stderr.</p> 87 <p><strong><code>-v</code></strong> enable verbose output. Internally <code>CURLOPT_VERBOSE</code> is set to 1 and verbose output is printed to stderr.</p>
88 <p>Most commands have the <strong><code>-c</code></strong> and <strong><code>-p</code></strong> options for enabling or disabling encryption. If encryption is not configured for a repository, but the <strong><code>-c</code></strong> option is specified, encryption/decryption is enabled. When enabled, all commands handle encrypted resource names. The <strong><code>-p</code></strong> options disables any encryption/decryption. See <a href="./encryption.html">encryption</a> for details.</p> 88 <p>Most commands have the <strong><code>-c</code></strong> and <strong><code>-p</code></strong> options for enabling or disabling encryption. If encryption is not configured for a repository, but the <strong><code>-c</code></strong> option is specified, encryption/decryption is enabled. When enabled, all commands handle encrypted resource names. The <strong><code>-p</code></strong> options disables any encryption/decryption. See <a href="./encryption.html">encryption</a> for details.</p>
89 <h2 id="aliases">Aliases</h2> 89 <h2 id="aliases">Aliases</h2>
90 <p>Some commands have alternate names. For example <code>dav ls</code> is and alias for <code>dav list</code>. The available aliases can be found in the documentation for the respective commands.</p> 90 <p>Some commands have alternate names. For example <code>dav ls</code> is an alias for <code>dav list</code>. The available aliases can be found in the documentation for the respective commands.</p>
91 </div> 91 </div>
92 <!-- end content --> 92 <!-- end content -->
93 </body> 93 </body>
94 </html> 94 </html>

mercurial