table of contents
CHEZDAV(1) | CHEZDAV(1) |
NAME¶
chezdav - 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).
10/15/2024 |