Start a HTTP server for a specified directory

updog

  • A replacement for Python's SimpleHTTPServer.
    It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use HTTP basic auth.
    More information: <https://github.com/sc0tfree/updog>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

updog --directory {{/path/to/directory}}

click the source code to copy