Return to Snippet

Revision: 24746
at March 10, 2010 11:16 by blackthorne


Initial Code
python -m SimpleHTTPServer 8888
python -m SimpleHTTPServer   (opens at port 8000 by default)

Initial URL


Initial Description
Directory listing on a web server at http://yourhost:8000/

Initial Title
Serve current directory tree on a web server

Initial Tags
python, web

Initial Language
Python