webdav command line interface is really easy to use so you can easily create a WebDAV server for your own user. By default, it runs on a random free port and supports JSON, YAML and TOML configuration. An example of a YAML configuration with the default configurations. There are more ways to customize how you run WebDAV through flags and environment variables. The allowed_* properties are optional, the default value for each of them will be *. exposed_headers is optional as well, but is not set if not defined.
Features
- Support for both basic and digest authentication
- Support for custom authentication handlers
- Support for custom handlers for specific methods
- Support for handling directory listing
- Support for handling file and directory metadata (e.g. creation and modification time)
- Support for handling file and directory permissions
