In the very first day of my python study, I wondered!!!
Some time we need to share files to other systems in our computer center quickly with out any tools in hand. If you have a python installation in your system, file sharing is very simple by implementing a little http server, using a single line command.
Suppose If you want to share the folder /home/shibu/ and my IP address is 192.168.0.4
open a terminal then type following
$ cd /home/shibu
$ python -m SimpleHTTPServer
Now your http server will start in port 8000
( You will get a message - Serving HTTP on 0.0.0.0 port 8000 ... )
Now you can open a browser in the remote machine and type the following in the address bar
http://192.168.0.4:8000
If you are a network administrator it is very useful, normal users can also use this trick.
you can test it locally by using
http://127.0.0.1:8000
How would you share it with people not on your network?
ReplyDeleteHow would you share with people not on your network?
ReplyDeleteyou must talk with your network administrator for tcp/ip , router, nat and/or things of your environment
ReplyDeleteHow to connect an ordinary bsnl line to my 56kbps modem on the laptop?
ReplyDeleteI dont know how to detect the modem... pls help..
jintu jacob
http://1024bitez.blogspot.com