Server to Local
$ rsync -avz -e --progress "/usr/bin/ssh -i /Users/local/if-any.pem" user@your-remote-server:/home/server/path/your-file.txt /Users/local/path/
or without *.pem
rsync -avz --progress user@your-remote-server:/var/www/ /Users/local/file.extension