-
-
Save coverboy/f1b124ef3fdc9d3e2fb8cac305c6caae to your computer and use it in GitHub Desktop.
send files over netcat with progressbar
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
# sudo apt-get install pv | |
$ pv app.js | nc 192.168.1.123 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment