chezdav - Man Page
simple WebDAV server
Synopsis
chezdav [Options...]
Description
The chezdav(1) command starts a WebDAV server. This allows clients to access your files, and modify them. A simple Web browser is sufficient to browse for files. The default shared folder is the home directory, but you may specifiy a different folder with the -P option.
Options
- -P, --path=PATH
Path to export.
- -p, --port=PORT
Port to listen from. By default, a port is allocated randomly.
- *--local
Listen on loopback interface only.
- *--public
Listen on all network interfaces.
- *--no-mdns
Don’t broadcast the share on the local network. By default, shares are broadcast with mDNS/DNS-SD (when compiled with Avahi).
- -d, --htdigest=PATH
Path to a htdigest file, to secure the server with DIGEST authentication.
- --realm=REALM
The DIGEST realm string (must be identical to the string used in the htdigest file). The default value is "USER’s public share" (where USER is the owner’s username of the current process).
- -v, --verbose
Verbosely print running information.
- --version
Print program version number.
Exit Status
- 0
Success
- 1
Failure (syntax or usage error; unexpected error).
See Also
Author
chezdav was originally written by Marc-André Lureau.
Resources
Main web site: https://wiki.gnome.org/phodav
Copying
Copyright (C) 2013-2014 Red Hat, Inc. Free use of this software is granted under the terms of the GNU Lesser General Public License (lGPL).