Skip to content

Instantly share code, notes, and snippets.

@rwenz3l
Created July 22, 2017 19:26
Show Gist options
  • Save rwenz3l/7c7b8ed8cbb3dacc3e5e3ccd9f8d0db3 to your computer and use it in GitHub Desktop.
Save rwenz3l/7c7b8ed8cbb3dacc3e5e3ccd9f8d0db3 to your computer and use it in GitHub Desktop.
upload file to php with CLI (curl)
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