Skip to content

Instantly share code, notes, and snippets.

@coverboy
Forked from hasantayyar/netcat-pv.sh
Created February 17, 2025 10:00
Show Gist options
  • Save coverboy/f1b124ef3fdc9d3e2fb8cac305c6caae to your computer and use it in GitHub Desktop.
Save coverboy/f1b124ef3fdc9d3e2fb8cac305c6caae to your computer and use it in GitHub Desktop.
send files over netcat with progressbar
# 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