file sharing

From Noah.org
Revision as of 15:10, 25 September 2013 by Root (talk | contribs) (Created page with 'Category:Engineering Category:Networking The following command will serve every file in the current working directory on port 8000. <pre> python -m SimpleHTTPServer </pr…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


The following command will serve every file in the current working directory on port 8000.

python -m SimpleHTTPServer

WOOF similarly serves a single file via HTTP and then exits once someone downloads that file.