Skip to content

Instantly share code, notes, and snippets.

@marcellmars
Created December 9, 2013 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcellmars/7865690 to your computer and use it in GitHub Desktop.
Save marcellmars/7865690 to your computer and use it in GitHub Desktop.
tarpipe
## recieve
netcat -l -p 7000 | tar x
## send
tar c dir/ | netcat host_ip 7000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment