Last Updated: February 25, 2016
·
1.167K
· limfocit

Simple Http Server in Python serving files from local folder

In command line just type "python -m SimpleHTTPServer 8080" to start HTTP server, which serves files from local folder. More info on
http://docs.python.org/library/simplehttpserver.html