Simplest Http Server
When you need a quick file share use this python module that runs a simple web server with directory listing.
- Open Terminal
- Go to the directory that contains files/folders.
- Type python -m SimpleHTTPServer
- This runs a simple http server in port 8000
- Open browser in remote computer
- Open http://yourip:8000
great! love it. aba ta college LAN ma file sharing is fun!
ReplyDeletethanks :)