
#Ssh copy file to windows mac#
You can use scp on Linux, Mac and Windows (using WinSCP). You can also copy files from one remote server to another remote server, without passing traffic through your PC. You can use scp to copy files from or to a remote server. That connection will be securely encrypted, it is a very secure way to copy files between computers

Scp stands for secure cp (copy), which means you can copy files across ssh connection.
