download from server ssh code example
Example 1: ssh download file
scp your_username@remotehost.edu:foobar.txt /local/dir
Example 2: download file on linus ssh
scp file.zip username@example.com:/remote/dir
scp your_username@remotehost.edu:foobar.txt /local/dir
scp file.zip username@example.com:/remote/dir