Changes between Version 3 and Version 4 of Marisa
- Timestamp:
- Sep 27, 2024, 3:50:40 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Marisa
v3 v4 10 10 * Upload methods: {{{ PUT }}}, {{{ POST }}} 11 11 12 == Usage12 === Usage 13 13 14 === [https://man.chaotic.ninja/?page=curl.1 curl(1)]14 ==== [https://man.chaotic.ninja/?page=curl.1 curl(1)] 15 15 16 ==== PUT16 ===== PUT 17 17 {{{ 18 18 curl --basic --user <username>:<password> --upload-file <file> https://u.chaotic.ninja 19 19 }}} 20 20 21 ==== POST21 ===== POST 22 22 {{{ 23 23 curl --basic --user <username>:<password> -F file=@<file> https://u.chaotic.ninja