Answers for "copy windows local directory to remote linux ssh"

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 -P xxxx /path/of/your/local/folder username@hostname:/path/to/remote/server/folder
Posted by: Guest on October-05-2020

Code answers related to "copy windows local directory to remote linux ssh"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language