Last active
February 17, 2025 10:00
-
-
Save hasantayyar/57fb5c18d829c22496a2 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