I have two servers - ServerA and ServerB. On the ServerB I have try to rsync files from ServerA
but after password prompt, which works fine for FTP, I'm getting connection rejected.
Any tips?
Thanks
Code:
rsync -avz -e ssh [email protected]:/home/site/public_html/test.txt /home/site/public_html/
Any tips?
Thanks