Answers for "copy folder from local to ubuntu server"

1

copy folder from local to ubuntu server

rsync -avz -e 'ssh' /path/to/local/dir user@remotehost:/path/to/remote/dir
Posted by: Guest on June-04-2021

Code answers related to "copy folder from local to ubuntu server"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language