Tuesday, January 21, 2014

Simplest Http Server

When you need a quick file share use this python module that runs a simple web server with directory listing.
  1. Open Terminal
  2. Go to the directory that contains files/folders.
  3. Type python -m SimpleHTTPServer
  4. This runs a simple http server in port 8000
  5. Open browser in remote computer
  6. Open http://yourip:8000

download
alternative link download

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.