sc0tfree / updog

Updog is 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.
MIT License
2.92k stars 303 forks source link

Flag for disabling directory listing #20

Open Harrison-Mitchell opened 4 years ago

Harrison-Mitchell commented 4 years ago

If I were to use this as an upload/download file server, I don't necessarily want everyone I share the link with to be able to see all files. A simple --no-listing would be great :)

patrickhener commented 5 months ago

This has a "silent" mode: https://github.com/patrickhener/goshs