This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/FTP_Server_Teensy41
Releases · khoih-prog/FTP_Server_Teensy41
v1.2.0 to add support to `WiFiNINA`, such as `Adafruit Airlift Featherwing` and to have configurable `user_name` length to max 63 and `user_password` to max 127.
v1.2.0 to add support to `WiFiNINA`, such as `Adafruit Airlift Featherwing` and to have configurable `user_name` length to max 63 and `user_password` to max 127.
Latest
Releases v1.2.0
- 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
v1.1.0 to fix incomplete download bug from server to client
Releases v1.1.0
- Fix bug incomplete downloads from server to client. Check Incomplete downloads from server to client. #2
Initial Release v1.0.0 for Teensy 4.x using built-in QNEthernet, NativeEthernet or W5x00 with Ethernet_Generic Library
Releases v1.0.0
- Initial porting and coding for Teensy 4.x using built-in QNEthernet, NativeEthernet or W5x00 with Ethernet_Generic Library
- Currently supporting only SD Card. Will add support to LittleFS, (Q)SPI Flash, etc. in next releases