

Is the command itself and tells the operating system to copy one or more files over a secure shell connection, better known as ssh connection. We are going to explain the basic part of it: scp. the complete syntax and every option of scp command is out of the scopy of this page, you can always enter a the command prompt man scp We will learn in this tutorial about the basic use of the command, and some useful examples and scenarios where you can use it. You can use scp on Linux, Mac and Windows (using WinSCP). In the last case the traffic goes directly from one server to the other without passing through your system, that is a good thing if you have a slow Internet connection

Securely copy files from one remote computer to another remote computer.

Securely copy files from your computer to remote compueters.Securely copy files from remote computers to your computer.You can use scp command in these scenarios: Scp uses by default the port 22, and connect via an encrypted connection or secure shell connection. That connection will be securely encrypted, it is a very secure way to copy files between computers. Scp stands for secure cp (copy), which means you can copy files across ssh connection.
