An easy to use FTP client library for the Arduino ecosystem
Uses the WiFiClient library (found in board packages such as the Portenta H7, ESP32 and ESP8266). It allows microcontrollers to download files/data from FTP servers that support Passive mode (PASV). The library stores the received data in a user defined "uint8_t" buffer which can then be used to pass that data to other storage media.