NASA-DEVELOP/dnppy

download.download_url improper handling of ftp protocol

Jwely opened this issue · 0 comments

Jwely commented

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.