Answers for "how to download files from terminal ssh"

3

ssh download file

scp [email protected]:foobar.txt /local/dir
Posted by: Guest on September-07-2020
0

how to download file from terminal ssh

scp your_username@IPaddress:file_you_want_to_sownload.txt /local/dir
Posted by: Guest on April-09-2022

Code answers related to "how to download files from terminal ssh"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language