phodav

WebDAV server implementation using libsoup with RFC 4918 support

brewmacoslinux
Try with needOr install directly
Source

About

WebDav server implementation using libsoup (RFC 4918)

Commands

phod

Examples

Start a WebDAV server on default port 8080 serving current directory$ phod
Start WebDAV server on custom port 9000 serving specific directory$ phod -p 9000 /path/to/share
Start WebDAV server with verbose output for debugging$ phod -v