logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

chezdav - simple WebDAV server

Author

       chezdav was originally written by Marc-André Lureau.

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).

                                                   06/18/2024                                         CHEZDAV(1)

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.

Exit Status

0
           Success

       1
           Failure (syntax or usage error; unexpected error).

Name

       chezdav - simple WebDAV server

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.

Resources

       Main web site: https://wiki.gnome.org/phodav

See Also

htdigest(1)

Synopsis

chezdav [OPTIONS...]

See Also