geobricks / geobricks_downloader

Core functionalities for geospatial data download.
GNU General Public License v2.0
3 stars 1 forks source link

Allow download for HTTP protocol other than FTP in non-threaded mode. #1

Closed Kalimaha closed 10 years ago

Kalimaha commented 10 years ago

The system must be capable to handle URL's such as http://e4ftl01.cr.usgs.gov/MOTA/MCD12Q1.051/2001.01.01/MCD12Q1.A2001001.h00v08.051.2012157220450.hdf other than ftp://ladsweb.nascom.nasa.gov/allData/5/MOD13Q1/2014/001/MOD13Q1.A2014001.h00v08.005.2014018085253.hdf

Kalimaha commented 10 years ago

The downloader is already capable to download any file from any public accessible URL, I didn't noticed that.