partage

HTTP based File upload system.

screenshot
screenshot

Features

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

Development

git clone git://z3bra.org/partage.git

If you find any bug, please report them or send a patch to dev@z3bra.org.

Download