Share Files Among Machines Via Python Server
This is one of the most easy ways to share files among computers. I got to know about this from a friend. This can be used in a private network as well as in a public network. Go to directory where you want to share files and use following command. python -m SimpleHTTPServer Output In … Continue reading Share Files Among Machines Via Python Server