M i m a s a m a ! ! !
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/marisa/trunk@65 d6811dac-2434-b64a-9ddc-f563ab233461
This commit is contained in:
33
marisa.1
Normal file
33
marisa.1
Normal file
@@ -0,0 +1,33 @@
|
||||
.Dd 2021-11-03
|
||||
.Dt PARTAGE 1
|
||||
.Os POSIX.1-2017
|
||||
.Sh NAME
|
||||
.Nm partage
|
||||
.Nd HTTP based file upload system
|
||||
.Sh SYNOPSIS
|
||||
.Nm partage
|
||||
.Op Fl v
|
||||
.Op Fl f Ar file
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is an HTTP server that permits temporary file uploads using PUT and
|
||||
POST requests.
|
||||
.Pp
|
||||
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
|
||||
.Xr partage-trash 1 .
|
||||
.Bl -tag -width Ds
|
||||
.It Fl v
|
||||
Turn on verbose logging to
|
||||
.Pa stderr
|
||||
.It Fl f Ar file
|
||||
Load configuration from
|
||||
.Pa file
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr partage-trash 1 ,
|
||||
.Xr partage.conf 5
|
||||
.Sh AUTHOR
|
||||
.An Willy Goiffon Aq Mt dev@z3bra.org
|
||||
Reference in New Issue
Block a user