Forum Moderators: phranque
rsync -av rsync://me@example.com/test /Users/me/test and I receive an error “failed to connect to example.com: Operation timed out”. rsync -av rsync://me:PASSWORD@example.com/test /Users/me/test but sending a password like that would look like a bad idea. Thoughts?