HTTP based File upload system.
Refer to the partage(1) manual page for details and examples.
partage [-v] [-f partage.conf]
Configuration is done through its configuration file, partage.conf(5). The format is that of the INI file format.
Uploading files is done via PUT and POST requests. Multiple files can be sent via POST requests.
curl -T file.png http://domain.tld
curl -F file=file.png -F expiry=3600 http://domain.tld
Edit the config.mk
file to match your setup, then run the following:
$ mk
# mk install
git clone git://z3bra.org/
partage.git
If you find any bug, please report them or send a patch to dev@z3bra.org.