v5.0.0
Updates
- now implements a file drop (files can be added/removed while creating the share)
- zip files are now created dynamically during download (this significantly reduces time to produce large shares)
- removed upload download limit (please fill in an issue if you really need this back)
- added two command line tools:
fileshelter-list
: list all available sharesfileshelter-create
: create shares using local file (files are served using the path provided, no copy/move is performed)
Notes about migration:
- previous shares will be lost! You will have to manually delete the
/var/fileshelter
directory to runv5.0.0
- configuration has some new options and some options are no longer used
Notes about dependencies:
- removed dependency to
libzip
- switched from
autotools
tocmake