Answers for "how to copy a file to local machine via ssh"

3

copy file from ssh to local

scp username@remoteHost:/remote/dir/file.txt /local/dir/
Posted by: Guest on June-17-2021

Code answers related to "how to copy a file to local machine via ssh"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language