Answers for "how to copy file to local from ssh"

3

copy file from ssh to local

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

copy file from ssh to local windows

pscp.exe username@remoteHost:/remote/dir/file.txt d:
Posted by: Guest on June-17-2021

Code answers related to "how to copy file to local from ssh"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language