Simple Python HTTP Server
python -m SimpleHTTPServer
This starts a service on port 8000, and shares all files in the current directory (and subdirectories). Rather handy.
python -m SimpleHTTPServer
This starts a service on port 8000, and shares all files in the current directory (and subdirectories). Rather handy.