Network File Transfer using Netcat

Netcat can be of great help in trasferring files across network, that too in a really scalable pipeline. For bear minimum usage of file transfer, only tar and netcat utilities are required. I tried different options and found the following superset pipeline. sender:$ tar cf – some_directory | gzip -9 | \ pv | gpgContinue reading “Network File Transfer using Netcat”