Answers for "copy folder from local to remote server linux"

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
0

ssh copy folder from local to remote

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

Code answers related to "copy folder from local to remote server linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language