Skip to content

Instantly share code, notes, and snippets.

@Ryanb58
Last active October 11, 2016 13:58
Show Gist options
  • Select an option

  • Save Ryanb58/59a1fa7b154e35556ad0cda8f3089920 to your computer and use it in GitHub Desktop.

Select an option

Save Ryanb58/59a1fa7b154e35556ad0cda8f3089920 to your computer and use it in GitHub Desktop.
Serve up folder via webdav or a webbrowser from local machine.
# Setup folder to be browseable via webdav or a webbrowser.
pip install cherrypy
pip install wsgidav
wsgidav --host=0.0.0.0 --port=8000 --root=/home/ryanb58/Documents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment