Copying Files Over SSH with SCP
SCP stands for “Secure Copy.” Basically, it’s used to copy files between machines securely. SCP operates over the SSH protocol; therefore, files that are copied between hosts are transferred as securely as transmissions over SSH itself. Unix-based machines running as SSH servers support scp by default. Windows can support it as well.
(more…)
