docs/src/commands.md

changeset 266
8c44c5919691
parent 265
ee9e63c437c4
child 278
c9096eb3554c
equal deleted inserted replaced
265:ee9e63c437c4 266:8c44c5919691
40 **`-N`** disable any authentication prompt. If authentication is required, dav will abort. 40 **`-N`** disable any authentication prompt. If authentication is required, dav will abort.
41 41
42 **`-i`** disable TLS certificate verification 42 **`-i`** disable TLS certificate verification
43 43
44 **`-v`** enable verbose output. Internally `CURLOPT_VERBOSE` is set to 1 and verbose output is printed on stderr. 44 **`-v`** enable verbose output. Internally `CURLOPT_VERBOSE` is set to 1 and verbose output is printed on stderr.
45
46 Most commands have the **`-p`** and **`-c`** options for enabling or disabling encryption. If encryption is not configured for a repository, but the **`-c`** option is specified, encryption/decryption is enabled. When enabled, all commands handle encrypted resource names. The **`-p`** options disables any encryption/decryption. See [encryption][1] for details.
47
48 [1]: ./encryption.html
49
50 Aliases
51 -------
52
53 Some commands have alternate names. For example `dav ls` is the same as `dav list`.

mercurial