scp from server to pc code example
Example 1: scp server to local
scp [email protected]:/remote/file.txt /local/directory
Example 2: copy from remote to local
scp file.txt [email protected]:/remote/directory
scp [email protected]:/remote/file.txt /local/directory
scp file.txt [email protected]:/remote/directory