Table of contents:
nixshareNixshare is a relatively small and simple filesharing system built upon the standard unix tools using http as transport protocol. We are making it for our own use inside DotSec, but it probably can be useful to any small group who like to simply share some files without having to install fancy bandwidth/cpu/memory hogs.
Features
- Use plain standard http (or https).
- Downloads are resumable and automatically split betwen all servers that have the file.
- Fast searchs that doesn't generate any network traffic.
- Dialog interface compatible with Xdialog.
StatusThe first release should appear quiet soon. There have been a couple pre release released to the dotsec peoples and i finnaly put it under versionning, so you can get it from the svn repository.
Getting itThe svn repository is at https://dotsec.net/repos/nixshare To get a copy of the current code:
$ svn co https://dotsec.net/repos/nixshare trunk
A webinterface for the repository is avaible at https://dotsec.net From there you can also download a tarball of the current code.
|