Archive for March 6, 2010

Instant Web Server for sharing Files

To set up a web server for sharing some files with your friends, go to the directory containing the files to be shared, and use the following command

python -c "import SimpleHTTPServer; SimpleHTTPServer.test();"

Your web server is ready to be used and can be accessed at

http://<Your-IP-Address>:8000

After the sharing is done, press Ctrl+C to exit and turn the server off. Simple and Easy, isn’t it ?

Source : LinuxForYou

March 6, 2010 at 10:38 pm Leave a comment


 

March 2010
M T W T F S S
« Aug    
1234567
891011121314
15161718192021
22232425262728
293031  

Blog Stats

  • 6,440 hits

Follow

Get every new post delivered to your Inbox.