webdav

Simple and standalone WebDAV server for file sharing

brewmacoslinux
Try with needOr install directly
Source

About

Simple and standalone WebDAV server

Commands

webdav

Examples

Start a WebDAV server on default port 6065 serving current directory$ webdav
Start WebDAV server on custom port 8080 serving specific directory$ webdav -addr :8080 -dir /path/to/files
Start WebDAV server with authentication credentials$ webdav -addr :6065 -dir /path/to/files -user admin -password secret