mangonetwork / mangopy

This repository contains code for processing all-sky images generated by the Mid-latitude All-sky-imager Network for Geophysical Observations (MANGO), a project funded by the National Science Foundation.
GNU General Public License v3.0
7 stars 3 forks source link

Fetch data without FTP #17

Open ljlamarche opened 3 years ago

ljlamarche commented 3 years ago

Many organizations have a blanket ban on FTP on their networks. It may be helpful to users if we use a different protocol for retrieving data. This blog outlines the main alternatives. HTTPS with the requests library is one way to approach this.