Just run the following command from the terminal ssh if you want to sync files/folders using Rsync with non-standard ssh port.
1 |
# rsync -arvz -e 'ssh -p <port-number>' --progress --delete user@remote-server:/path/to/remote/folder /path/to/local/folder |