View Single Post
Captwheeto's Avatar
Posts: 302 | Thanked: 193 times | Joined on Oct 2008 @ England
#15
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
 

The Following 5 Users Say Thank You to Captwheeto For This Useful Post: