Use SCP Command to Transfer Files/Folders in Linux

SCP command is used to copy files between two systems in a secure way. SCP stands for Secure Copy which copies files or directories securely. By using the SCP command you can copy or transfer files from the remote system to the remote system or remote system to the local system. SCP command encrypts data and passwords sent to another system for security. In this tutorial, you are going to learn how to use the SCP command to transfer files/folders in Linux.
Prerequisites

Before you start to learn how to use the SCP command to transfer files/folders in Linux. You must have the non-root user account on your system with sudo privileges.
Read More