Answers for "copy file to ssh directory"

3

copy file from ssh to local

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

copy folder from ssh to local

scp -r [email protected]:/path/to/foo /
Posted by: Guest on October-17-2021

Code answers related to "copy file to ssh directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language