Skip to content

Instantly share code, notes, and snippets.

@nkint
Created October 27, 2017 09:22
Show Gist options
  • Save nkint/37ed3ba05a457bedeab4d6c723030f14 to your computer and use it in GitHub Desktop.
Save nkint/37ed3ba05a457bedeab4d6c723030f14 to your computer and use it in GitHub Desktop.
Test post sending via file via netcat/curl
# in one terminal
$ nc -l 9090
# in one another terminal
$ curl -X POST -v http://localhost:9090/ -F file=@../../Desktop/test-222.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment