
SCP Command Line Examples – Transferring files from one Linux host to another
Copy file from a remote host to local host SCP example: scp [email protected]_host:file.txt /local/directory/ Copy file from localhost to a remote host SCP example: scp file.txt