1CHEZDAV(1) CHEZDAV(1)
2
3
4
6 chezdav - simple WebDAV server
7
9 chezdav [OPTIONS...]
10
12 The chezdav(1) command starts a WebDAV server. This allows clients to
13 access your files, and modify them. A simple Web browser is sufficient
14 to browse for files. The default shared folder is the home directory,
15 but you may specifiy a different folder with the -P option.
16
18 -P, --path=PATH
19 Path to export.
20
21 -p, --port=PORT
22 Port to listen from. By default, a port is allocated randomly.
23
24 *--local
25 Listen on loopback interface only.
26
27 *--public
28 Listen on all network interfaces.
29
30 *--no-mdns
31 Don’t broadcast the share on the local network. By default, shares
32 are broadcast with mDNS/DNS-SD (when compiled with Avahi).
33
34 -d, --htdigest=PATH
35 Path to a htdigest file, to secure the server with DIGEST
36 authentication.
37
38 --realm=REALM
39 The DIGEST realm string (must be identical to the string used in
40 the htdigest file). The default value is "USER’s public share"
41 (where USER is the owner’s username of the current process).
42
43 -v, --verbose
44 Verbosely print running information.
45
46 --version
47 Print program version number.
48
50 0
51 Success
52
53 1
54 Failure (syntax or usage error; unexpected error).
55
57 htdigest(1)
58
60 chezdav was originally written by Marc-André Lureau.
61
63 Main web site: https://wiki.gnome.org/phodav
64
66 Copyright (C) 2013-2014 Red Hat, Inc. Free use of this software is
67 granted under the terms of the GNU Lesser General Public License
68 (lGPL).
69
70
71
72 07/21/2023 CHEZDAV(1)