Stay Frosty

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.

/via Quick File Sharing Web Server In Python

#python