-
-
Save optman/48424890c9f8fb455f5fcb64d217b8dd to your computer and use it in GitHub Desktop.
nc transfer file
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
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