wiki:Marisa

Version 2 (modified by Izuru Yakumo, 7 weeks ago) ( diff )

--

Marisa

HTTP-based temporary file upload system.

Server details

Usage

curl(1)

PUT

curl --basic --user <username>:<password> --upload-file <file> https://u.chaotic.ninja

POST

curl --basic --user <username>:<password> -F file=@<file> https://u.chaotic.ninja
Note: See TracWiki for help on using the wiki.