How to transfer files in Linux using scp and sftp
Transfering files using Secure Copy (scp) OpenSSH is useful for securely running shell commands on remote systems. The Secure Copy command, scp, which is part of the OpenSSH suite, copies files from a remote system to the local system or from the local system to a remote system.