Answers for "How to download a file from server using SSH?"

0

How to download a file from server using SSH?

scp -i key_file.pem [email protected]:/remote/dir/foobar.txt /local/dir
Posted by: Guest on April-30-2021

Code answers related to "How to download a file from server using SSH?"

Browse Popular Code Answers by Language