====== Copy using nc - netcat ====== # Dest machine nc -l 9999 > some-file.bin # source machine nc -w 3 host port < some-file.bin