Python Simple HTTP Server – Linux CLI
https://github.com/gotbletu/shownotes/blob/master/python_webserver.txt
video part 2
by gotbletu
linux http server
https://github.com/gotbletu/shownotes/blob/master/python_webserver.txt
video part 2
by gotbletu
linux http server
Comments are closed.
what use button out the share?
i believe u can have basic password; but is not very secure; might want to use ssh instead
Thanks pretty cool
dont think u can go anywhere besides the folder u shared and subfolders under it. But not very secure, use ssh for that if u want security, this is just a quick way to get files and end when u are done
There a way to password protect it?
Nice video. Looking forward to your next one on how to upload to the python server.
Some other nice python one liners : goo. gl/bhpGo
I just fell in love with you!
I use this all the time 🙂
You can also use it to stream videos or music to an other computer with mplayer
h**p://192.168.1.5:8000/myvideo.mp4
It's kinda interesting because you don't have to install an external server and you can pretty much set up an html website with this easily. Although how safe it is from accessing other folders on your pc with like typing /../../../etc/passwd?