- Add support to
WiFiNINA
, such asAdafruit Airlift Featherwing
- Configurable
user_name
length to max 63 anduser_password
to max 127. Check Setting FTP_CRED_SIZE on the fly like with FTP_BUF_SIZE #4
- Fix bug incomplete downloads from server to client. Check Incomplete downloads from server to client. #2
- Initial porting and coding for Teensy 4.1 using built-in QNEthernet, NativeEthernet or W5x00 with Ethernet_Generic Library
- Currently supporting only SD Card. Will add support to LittleFS, etc. in next releases