partage
=====================================================================

HTTP based File upload system.

screenshot [1]

Features
=====================================================================

   • Link expiration
   • Mimetype support
   • Random filenames
   • Multiple file uploads
   • Javascript not needed
   • Privilege drop
   • chroot(2) support
   • FastCGI support


Usage
=====================================================================

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



Installation
=====================================================================

Edit theconfig.mk
file to match your setup, then run the following:
   $ mk
   # mk install



Development
=====================================================================

git clone git://z3bra.org/
[2]partage.git


If you find any bug, please report them or send a patch to [3] [email protected].


Download
=====================================================================

   •  [4]LICENSE



Link references:
[1] - https://z3bra.org/partage/screenshot.png (img)
[2] - gopher://z3bra.org/1/scm/partage/files.gph (a)
[3] - mailto:[email protected] (a)
[4] - gopher://z3bra.org/1/scm/partage/file/LICENSE.gph (a)