download a file from terminal linux from server to local code example
Example 1: how to copy a file to a remote server using the command line
scp file.txt [email protected]:/remote/directory
Example 2: download file on linus ssh
scp file.zip [email protected]:/remote/dir