downlaod file from sshh to local code example
Example 1: ssh download file
scp [email protected]:foobar.txt /local/dir
Example 2: download file on linus ssh
scp file.zip [email protected]:/remote/dir
scp [email protected]:foobar.txt /local/dir
scp file.zip [email protected]:/remote/dir