An awesome trick to share a directory over the internet
cd to the desired directory and run this cmd on terminal
python -m SimpleHTTPServer optional_Port_Number
By default it listens to 8000, if port number is not provided.
And share your IP to anyone.
It lists the directory contents.
PS:- you can also open CGI capable HTTP Server too.
Try it !
cd to the desired directory and run this cmd on terminal
python -m SimpleHTTPServer optional_Port_Number
By default it listens to 8000, if port number is not provided.
And share your IP to anyone.
It lists the directory contents.
PS:- you can also open CGI capable HTTP Server too.
Try it !
Add a comment