hfs is a very simple file server using HTTP.
You simply drop files in the files folder and then they can be accessed by opening http://your_ip_or_domain/file.ext.
Install the Werkzeug and gevent Python modules, then create a folder called files.
If you are using Windows, you should change /etc/mime.types to mime.types, because
- Windows has no such file
- Windows' mime.types is broken.