nansencenter / django-geo-spaas-harvesting

Harvest data into a GeoSPaaS catalog
GNU General Public License v3.0
1 stars 1 forks source link

Make the `verify_urls` module work with pure FTP repositories #111

Closed aperrin66 closed 3 years ago

aperrin66 commented 3 years ago

The verify_urls module works only with HTTP repositories for now. A lot of FTP repositories also expose their contents through HTTP, but not all. We need to manage the case where HTTP is not available.