Hey all,
I took the original FileTransfer.py from this post A Simple HTTP Server, and added a few features:
- SSL
- Basic auth
- RESTish endpoint with JSON responses
- Upload to specific directories.
- Other little things.

It can be found here:
- https://github.com/digitalrounin/pythonista-fileserver
- https://gist.github.com/digitalrounin/c533d19ce0ada4738ecf

Hope it's of some use to someone out there!

Cheers!