Type the following in the direction which you want to share.
python -m SimpleHTTPServer 9999
or
python -m http.server 8001
//this command create a simple http server on local port 9999 using SimpleHTTPServer module.
Then other users can get the files in the directory using a browser.
Monday, April 23, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment