Using rsync over SSH connection with custom ssh port
# rsync -avz -e "ssh -p portNumber" user@server:/path_to/files/ /local_path/
Using rsync over SSH connection with custom ssh port
# rsync -avz -e "ssh -p portNumber" user@server:/path_to/files/ /local_path/