Answers for "how to do entire directory scp from one server to another"

14

scp folder from server to local

scp -r [email protected]:/path/to/foo /home/user/Desktop/
Posted by: Guest on March-07-2020

Code answers related to "how to do entire directory scp from one server to another"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language