Saturday 16 June 2012

Linux File Sharing Using python

Using python for file sharing in linux

# cd /dir/want/to/share
 
# python -m SimpleHTTPServer

and in browser http://192.168.1.183:8000

3 comments: