Cheat Sheet Syntax for SCP (Secure copy)
Posted on March 19, 2017
SCP is a Linux command-line tool to transfer a file to, from, or between different hosts. It uses SSH for data transfer and runs over TCP port 22 by default. To copy a file from the remote host to local host: To ...
READ MORE