I'm trying to do...
ssh -av -e deploy@domain.com:/var/www/domain.com /Users/user/workspace/domain
But it's outputting this (I presume because of the period character):
OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
Bad escape character 'deploy@domain.com:/var/www/domain.com'.
I have tried
ssh -av -e deploy@domain.com:/var/www/domain\.com /Users/user/workspace/domain
And various combinations with quotes. What is the right syntax?
ssh ... -e. Where is thersync? – jw013 Jul 7 '12 at 17:20