NASA-DEVELOP / dnppy

DEVELOP National Program Python package for use with NASA data and GIS!
https://nasa-develop.github.io/dnppy/
Other
81 stars 40 forks source link

download.download_url improper handling of ftp protocol #23

Closed Jwely closed 9 years ago

Jwely commented 9 years ago

several fetch functions use ftp protocols to map directories, but then call download_url to grab the file it wants, which does not follow FTP. This causes FTP servers to reject the connection after repeated attempts.

download_url needs to handle http and ftp links differently.