docs/src/commands.md

changeset 278
c9096eb3554c
parent 266
8c44c5919691
child 279
f0f24da5f920
equal deleted inserted replaced
277:ccef3f2bfe8e 278:c9096eb3554c
30 30
31 There is also a move operation similar to copy: 31 There is also a move operation similar to copy:
32 32
33 dav move <src-url> <dst-url> 33 dav move <src-url> <dst-url>
34 34
35 These are the most common commands. There are also more commands for webdav locking and manipulating webdav properties. 35 These are the most common commands.
36 There are also more commands, e.g. for webdav locking or manipulating webdav properties.
37 See the left menu for a complete list.
36 38
37 Common options 39 Common options
38 -------------- 40 --------------
39 41
40 **`-N`** disable any authentication prompt. If authentication is required, dav will abort. 42 **`-N`** disable any authentication prompt. If authentication is required, dav will abort.
41 43
42 **`-i`** disable TLS certificate verification 44 **`-i`** disable TLS certificate verification
43 45
44 **`-v`** enable verbose output. Internally `CURLOPT_VERBOSE` is set to 1 and verbose output is printed on stderr. 46 **`-v`** enable verbose output. Internally `CURLOPT_VERBOSE` is set to 1 and verbose output is printed to stderr.
45 47
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. 48 Most commands have the **`-c`** and **`-p`** 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 49
48 [1]: ./encryption.html 50 [1]: ./encryption.html
49 51
50 Aliases 52 Aliases
51 ------- 53 -------
52 54
53 Some commands have alternate names. For example `dav ls` is the same as `dav list`. 55 Some commands have alternate names. For example `dav ls` is and alias for `dav list`.
56 The available aliases can be found in the documentation for the respective commands.
57

mercurial