24be4d87915face1e531b54a43b9ed9d85846082
git-svn-id: file:///srv/svn/repo/marisa/trunk@52 d6811dac-2434-b64a-9ddc-f563ab233461
partage
=======
File upload system based on HTTP.
Features
--------
+ No javascript needed!
+ Link expiration
+ Mimetype support
+ Random filenames
+ Multiple file uploads
+ 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 the `config.mk` file to match your setup, then run the following:
$ mk
# mk install
Description
Languages
Go
66.6%
Roff
20.4%
HTML
6.9%
CSS
3.3%
Makefile
2.8%