Created
July 22, 2017 19:26
-
-
Save rwenz3l/7c7b8ed8cbb3dacc3e5e3ccd9f8d0db3 to your computer and use it in GitHub Desktop.
upload file to php with CLI (curl)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -F "[email protected]" -F "sub=archive" localhost:9000/recv.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment