# rsync -avz -e "ssh -p $portNumber" user@remoteip:/path/to/files/ /local/path/ # rsync -avz -e "ssh -p 2222" user@remoteip:/path/to/files/ /local/path/
Linux, Windows, Software Tips, Articles and Hacks
# rsync -avz -e "ssh -p $portNumber" user@remoteip:/path/to/files/ /local/path/ # rsync -avz -e "ssh -p 2222" user@remoteip:/path/to/files/ /local/path/