NAME
partage
—
HTTP based file upload
system
SYNOPSIS
partage |
[-v ] [-f
file] |
DESCRIPTION
partage
is an HTTP server that permits
temporary file uploads using PUT and POST requests.
Files uploaded are saved in a single directory and given random names while retaining their original extension. A configurable expiration time is set for each file, that can be used to cleanup expired files thanks to partage-trash(1).
-v
- Turn on verbose logging to stderr
-f
file- Load configuration from file
SEE ALSO
AUTHOR
Willy Goiffon <dev@z3bra.org>