/ Published in: Python
Directory listing on a web server at http://yourhost:8000/
Expand |
Embed | Plain Text
python -m SimpleHTTPServer 8888 python -m SimpleHTTPServer (opens at port 8000 by default)
You need to login to post a comment.
blackthorne on 03/10/10
1 person have marked this snippet as a favorite
Directory listing on a web server at http://yourhost:8000/
python -m SimpleHTTPServer 8888 python -m SimpleHTTPServer (opens at port 8000 by default)
You need to login to post a comment.