download from server to local scp code example
Example 1: scp folder from server to local
scp -r [email protected]:/path/to/foo /home/user/Desktop/
Example 2: scp file download
scp [email protected]:filename.zip ~/Desktop/
Example 3: scp download file
scp remote_username@remote_addr:/remote/path/file.txt .
Example 4: how to scp from server to local
scp [email protected]:/root/Jmeter/reports.jtl Downloads/