Download images (recursively) from websites using ‘wget’

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.