WDAV ==== Quick start a wdav server # 📦️ Install ```shell cargo install wdav ``` # 📙 Examples ## 🌐 Start a webdav server ```shell wdav.exe ``` ```text current dir : D:\Developments\Projects\wdav listening on 0.0.0.0:8080 serving . ``` ## 🦮 Print help ```shell wdav.exe ``` ```text Quick start a webdav server Usage: wdav.exe [OPTIONS] Options: -f, --folder Attach to webdav root [default: .] -a, --address
Address of listen [default: 0.0.0.0] -p, --port Port of listen [default: 8080] -h, --help Print help ```