Answers for "upload folder via ssh"

1

upload directory ssh linux

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

upload directory ssh to remote

rsync -avz -e 'ssh' /path/to/local/dir/ user@remotehost:/path/to/remote/dir/
Posted by: Guest on January-11-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language