Transfer Files Using Netcat
nc is an excellent command line tool available on *nix systems. One of the
quick tips is using it to transfer from one machine to another. Assuming your
receiving machine is at 10.0.0.2 and your sending machine is 10.0.0.3, we can
use the following