Answers for "ssh copy file on local machine"

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 "ssh copy file on local machine"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language