Revision: 19008
Updated Code
at October 14, 2009 11:33 by mushookies
Updated Code
#send file: cat file.ext | gzip -9 | nc -l 333 #receive file: nc www.hostname.com 333 > output.gz
Revision: 19007
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 14, 2009 11:28 by mushookies
Initial Code
send file: cat file.ext | gzip -9 | nc -l 333 receive file: nc www.hostname.com 333 > output.gz
Initial URL
Initial Description
Used to transfer files with low overhead.
Initial Title
Net Cat Transfer Files
Initial Tags
file
Initial Language
Bash