Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jack2jm/24c56e872a8887d58ad2a4453f72f84a to your computer and use it in GitHub Desktop.
Save jack2jm/24c56e872a8887d58ad2a4453f72f84a 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