Somebody wants to share some datasets with you by putting it up on some HTTP, FTP, etc. server?
Download them using ‘wget’:
wget -r -A .tif http://site.containing.datasets/folders/on/server/
-r starts recursive download
-A filters only those files containing ‘.tif’ in their filename.