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
download
alternative
link download
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.