Skip to main content
deepak

Featured

share a file over http

Create a sample http server to share a file
 python -m SimpleHTTPServer 10001
it will run the server on port 10001 so that you can download the file directly.

Comments