I'll borrow your files until I die, without permission
|
3 days ago | |
---|---|---|
cmd | 3 days ago | |
example | 3 days ago | |
COPYING | 3 days ago | |
LICENSE | 3 days ago | |
Makefile | 3 days ago | |
README.md | 3 days ago | |
go.mod | 3 days ago | |
go.sum | 3 days ago | |
marisa-trash.1 | 3 days ago | |
marisa.1 | 3 days ago | |
marisa.conf.5 | 3 days ago | |
version.go | 3 days ago |
HTTP based File upload system.
Refer to the marisa(1) manual page for details and examples.
marisa [-v] [-f marisa.conf]
Configuration is done through its configuration file, marisa.conf(5). The format is that of the INI file format.
Uploading files is done via PUT and POST requests. Multiple files can be sent via POST requests.
curl -T file.png http://domain.tld
curl -F file=file.png -F expiry=3600 http://domain.tld
Edit the config.mk
file to match your setup, then run the following:
$ (b)make
# (b)make install