Updog Versions Save

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.

1.4

4 years ago

Most notably is safer file upload.

Special thanks to @justinsteven for helping out with this issue.

1.3

4 years ago

2 bugs fixed in this release:

  • Relative file paths are now in full swing.
  • An arbitrary file write to current working directory.

1.2

4 years ago

Fixes a bug so that all input paths are normalized before serving content

1.1

4 years ago

This is the first public PyPi release.

1.0

4 years ago

This is the initial public release of updog.