A simple HTTP File Server(2.2f) implemented in python.
It's mainly used for running in MacOSX / Linux as a HFS server to assist in PC File Download in WP7.
It contains only a few simple functions (compared to http://www.rejetto.com/hfs/), such as browsing, downloading, file-listing, folder-tarring.
The implementatinon is modified from SimpleHTTPServer.
build:
$ make
python-setuptools is necessary.
install:
$ sudo make install
python-setuptools is necessary.
uninstall:
$ sudo make uninstall
python-pip is necessary.
run:
$ python -m hfs.hfs2 [ port ]
or in the pyHFS's dir:
$ python src/hfs2.py
GPLv2.
pyHFS comes with ABSOLUTELY NO WARRANTY.
The files in the directory tpl and res:
GPLv2, Copyright (C) 2002-2008 Massimo Melina (www.rejetto.com).