Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Bhavya8181/dd30a46187de1cf0db2a99fe93dab772 to your computer and use it in GitHub Desktop.
Save Bhavya8181/dd30a46187de1cf0db2a99fe93dab772 to your computer and use it in GitHub Desktop.
1 --> create local server using pythin
run this commnad -> python -m SimpleHTTPServer
2 --> then open your server's ip address in browser.
Boom. your server is showing all file using only IP address. Warning - do ctrl + c after work is done. other wise your file publiclly shows on this ip.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment