wget download file code example
Example 1: ssh download file
scp your_username@remotehost.edu:foobar.txt /local/dir
Example 2: wget destination filename
wget -O example.html https://www.electrictoolbox.com/wget-save-different-filename/
scp your_username@remotehost.edu:foobar.txt /local/dir
wget -O example.html https://www.electrictoolbox.com/wget-save-different-filename/