
SCP-secure copy
scp command is to copy files and directories securely between remote hosts without logging into the remote systems explicitly.scp command uses ssh to transfer data between hosts.So it requires password for authentication.scp encrypts both files and password exchanged to perform secure transfer. The general syntax for scp command is scp [options] [[user@]host1:]filename1 … [[user@]host2:]filename2 eg: [...]

























