When you copy a file from one Linux server to another you’re first choice will be SSH. SSH is secure and ubiquitous and should be your first choice. Sometimes the CPU overhead of SSH’s encryption can be the bottle neck on transfer speed. This handicap can be significant if you are copying huge amounts of data. One way to avoid this is to use netcat. Netcat allows you to move data between systems without using any encryption maximizing your transfer speed.