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.96k stars 311 forks source link

Relative path correction #18

Open adeutscher opened 4 years ago

adeutscher commented 4 years ago

Switch relative path computation to use os.path.relpath. Fixes #11.