Skip to content
/ hfs Public

A simple file server using HTTP (WSGI+Werkzeug on server side).

License

Notifications You must be signed in to change notification settings

gandaro/hfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hfs

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.

Installation

Install the Werkzeug and gevent Python modules, then create a folder called files.

Notes

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.

About

A simple file server using HTTP (WSGI+Werkzeug on server side).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages