How to serve file via HTTP in 1 min dandelion 9 years ago python -m SimpleHTTPServer 8080 It will serve current directory accessible via HTTP on port 8080.