keyload/test.sh
2023-09-28 21:29:21 +02:00

3 lines
89 B
Bash
Executable file

#!/bin/sh
curl -F "file=@Testfile.txt" -F "key=myKey" "http://localhost:1337/upload.php"