Last change
on this file since 68 was 68, checked in by yakumo.izuru, 16 months ago |
Update manual and center the interface
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
996 bytes
|
Rev | Line | |
---|
[66] | 1 | .Dd $Mdocdate$
|
---|
| 2 | .Dt MARISA 1
|
---|
| 3 | .Os
|
---|
[65] | 4 | .Sh NAME
|
---|
[66] | 5 | .Nm marisa
|
---|
[65] | 6 | .Nd HTTP based file upload system
|
---|
| 7 | .Sh SYNOPSIS
|
---|
[66] | 8 | .Nm marisa
|
---|
[65] | 9 | .Op Fl v
|
---|
| 10 | .Op Fl f Ar file
|
---|
| 11 | .Sh DESCRIPTION
|
---|
| 12 | .Nm
|
---|
| 13 | is an HTTP server that permits temporary file uploads using PUT and
|
---|
| 14 | POST requests.
|
---|
| 15 | .Pp
|
---|
| 16 | Files uploaded are saved in a single directory and given random names
|
---|
| 17 | while retaining their original extension.
|
---|
| 18 | A configurable expiration time is set for each file, that can be used
|
---|
| 19 | to cleanup expired files thanks to
|
---|
[66] | 20 | .Xr marisa-trash 1 .
|
---|
[65] | 21 | .Bl -tag -width Ds
|
---|
| 22 | .It Fl v
|
---|
| 23 | Turn on verbose logging to
|
---|
| 24 | .Pa stderr
|
---|
| 25 | .It Fl f Ar file
|
---|
| 26 | Load configuration from
|
---|
| 27 | .Pa file
|
---|
| 28 | .El
|
---|
| 29 | .Sh SEE ALSO
|
---|
[66] | 30 | .Xr marisa-trash 1 ,
|
---|
| 31 | .Xr marisa.conf 5
|
---|
| 32 | .Sh AUTHORS
|
---|
[65] | 33 | .An Willy Goiffon Aq Mt dev@z3bra.org
|
---|
[66] | 34 | .Pp
|
---|
| 35 | "Borrowed" by
|
---|
| 36 | .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
|
---|
[68] | 37 | .Sh BUGS
|
---|
| 38 | If you upload a file through the browser, and refresh the
|
---|
| 39 | page, the file will get constantly reuploaded, which may
|
---|
| 40 | exhaust the server's storage at some point.
|
---|
| 41 | .Pp
|
---|
| 42 | This shouldn't happen with a CLI, such as
|
---|
| 43 | .Xr curl 1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.