cp file from ssh to local code example
Example 1: ssh transfer file from local to remote
scp file.txt [email protected]:/remote/directory
Example 2: copy file from ssh server to local
scp host_name:file_server path_local
scp file.txt [email protected]:/remote/directory
scp host_name:file_server path_local