Quantcast
Channel: Kieran Barnes » Geeky
Viewing all articles
Browse latest Browse all 10

Using SCP to copy files between Linux servers

$
0
0

SCP? SCP is a method of securely transferring files between a local and a remote host or between two remote hosts, using the Secure Shell (SSH) protocol. Sounds confusing? Not really. scp -C -r USERNAME@REMOTE_SERVER:/LOCAL_DIRECTORY REMOTE_DIRECTORY Easy as that! 

The post Using SCP to copy files between Linux servers appeared first on Kieran Barnes.


Viewing all articles
Browse latest Browse all 10

Trending Articles