Sunday, August 17, 2014

How to run a simple HTTP server using python

python -m SimpleHTTPServer

Just run this and root directly from wherever you are running this will become the core root directly and search for index.htm (or otherwise just do the file listing)

No comments: