Marisa
HTTP-based temporary file upload system.
Server details
- Host: u.chaotic.ninja
- Authentication method: HTTP Basic Authentication
- File size limit: 500MiB
- Expiry: 7 days (1 week)
- Upload methods:
PUT
,POST
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
See also
Last modified
7 weeks ago
Last modified on Sep 27, 2024, 3:51:13 PM
Note:
See TracWiki
for help on using the wiki.