View Single Post
Posts: 105 | Thanked: 99 times | Joined on Feb 2011 @ India
#16
Originally Posted by Captwheeto View Post
You could do either "Python -m SimpleHTTPServer" in the directory you want to share, then you could go to that ip address on port 8000, ie
"http://192.168.1.35:8000" and they would be there.

Alternatively if you have nc or ncat you could do
"cat yourfile | sudo ncat -l -p 80" and do the same as above without the 8000
holy ****! thanks, i would have thanked you twice if i could for the instant http python server suggestion. this device is so amazing.