Created
October 27, 2017 09:22
-
-
Save nkint/37ed3ba05a457bedeab4d6c723030f14 to your computer and use it in GitHub Desktop.
Test post sending via file via netcat/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
# 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