Wednesday, August 26, 2009

Simple File Sharing Mechanism between machines

cd _directory_to_share_
python -m SimpleHTTPServer _port_no_

where port_no could be anything like 1234

From the other machine, http://_ip_addr_:_port_no_/

No comments:

Post a Comment