Skip to content

Instantly share code, notes, and snippets.

@optman
Created February 24, 2017 07:32
Show Gist options
  • Save optman/48424890c9f8fb455f5fcb64d217b8dd to your computer and use it in GitHub Desktop.
Save optman/48424890c9f8fb455f5fcb64d217b8dd to your computer and use it in GitHub Desktop.
nc transfer file
server:
cat x.bin |nc -l 12345
client:
nc host 12345 |pv -rb >x.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment