marisa/marisa.1
yakumo.izuru 0f18a4e48e config.mk gone, update all manual pages
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/marisa/trunk@66 d6811dac-2434-b64a-9ddc-f563ab233461
2023-09-19 02:27:33 +00:00

37 lines
771 B
Groff

.Dd $Mdocdate$
.Dt MARISA 1
.Os
.Sh NAME
.Nm marisa
.Nd HTTP based file upload system
.Sh SYNOPSIS
.Nm marisa
.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 marisa-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 marisa-trash 1 ,
.Xr marisa.conf 5
.Sh AUTHORS
.An Willy Goiffon Aq Mt dev@z3bra.org
.Pp
"Borrowed" by
.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja