Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. If you want to share files and dirs, cd into whichever directory you want to serve
  2.  
  3. cd /my/html/files
  4. python -m http.server 8080
  5.  
  6. Should you want to use an address other than the default 0.0.0.0 you can use --bind
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement