scp download find files code example
Example 1: scp file download
scp [email protected]:filename.zip ~/Desktop/
Example 2: scp download file
scp remote_username@remote_addr:/remote/path/file.txt .
scp [email protected]:filename.zip ~/Desktop/
scp remote_username@remote_addr:/remote/path/file.txt .