| • Science | • People | • Locations | • Timeline |
The term scp can refer to one of two related things:
Scp is the secure analog of the rcp command. Unlike rcp, data is encrypted during transfer, to avoid potential packet sniffers extracting usable information from the data packets.
scp is a command line tool provided with SSH and OpenSSH. Alternative tools which also support scp are available.
In its basic form the syntax of scp is like the syntax of cpcp is the command entered in a Unix shell to copy a file from one place on a computer to another place on the same filesystem. The original file remains unchanged, and the new file may have the same or a different name. Since Unix does not rely on file ex:
scp fileToMove user@host:folder/fileAfter entering the command the remote host will ask user's password and the copy process starts.
A more comprehensive tool/protocol for transferring files over SSH is sftp.
Cryptographic software Cryptographic protocols Internet protocols