Skip to content

Instantly share code, notes, and snippets.

@hasantayyar
Last active February 17, 2025 10:00
Show Gist options
  • Save hasantayyar/57fb5c18d829c22496a2 to your computer and use it in GitHub Desktop.
Save hasantayyar/57fb5c18d829c22496a2 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