source: code/trunk/partage.1@ 62

Last change on this file since 62 was 62, checked in by dev, 3 years ago

Merge branch 'master' of git.z3bra.org:partage

File size: 721 bytes
Line 
1.Dd 2021-11-03
2.Dt PARTAGE 1
3.Os POSIX.1-2017
4.Sh NAME
5.Nm partage
6.Nd HTTP based file upload system
7.Sh SYNOPSIS
8.Nm partage
9.Op Fl v
10.Op Fl f Ar file
11.Sh DESCRIPTION
12.Nm
13is an HTTP server that permits temporary file uploads using PUT and
14POST requests.
15.Pp
16Files uploaded are saved in a single directory and given random names
17while retaining their original extension.
18A configurable expiration time is set for each file, that can be used
19to cleanup expired files thanks to
20.Xr partage-trash 1 .
21.Bl -tag -width Ds
22.It Fl v
23Turn on verbose logging to
24.Pa stderr
25.It Fl f Ar file
26Load configuration from
27.Pa file
28.El
29.Sh SEE ALSO
30.Xr partage-trash 1 ,
31.Xr partage.conf 5
32.Sh AUTHOR
33.An Willy Goiffon Aq Mt dev@z3bra.org
Note: See TracBrowser for help on using the repository browser.