file sharing

From Noah.org
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.