Answers for "how to copy folder from ssh to local machine"

0

ssh copy folder from local to remote

scp -ra /path/to/local/storage [email protected]:/path/to/copy
Posted by: Guest on October-05-2020
0

ssh copy folder from local to remote

scp -r /path/of/your/local/folder username@hostname:/path/to/remote/server/folder
Posted by: Guest on October-05-2020

Code answers related to "how to copy folder from ssh to local machine"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language