Monthly Archives: July 2015

Quick HTTP server

If you need to pull files from a linux box.  This handy python command will turn on a temporary HTTP server listening on port 8000   cd to directory you want to pull files from and type: python -m SimpleHTTPServer … Continue reading

Posted in Uncategorized | Leave a comment