Pre-made commands

Start a local DAV server on port 80 at the root folder /home/kali/webdav
/home/kali/.local/bin/wsgidav --host=0.0.0.0 --port=80 --auth=anonymous --root /home/kali/webdav/

Confirm server is running by visiting http://127.0.0.1 in your browser.