This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/FTPClient_Generic
Releases · khoih-prog/FTPClient_Generic
v1.6.0 to add support to WIZNet `W6100` using Ethernet_Generic library
Releases v1.6.0
- Add support to WIZNet
W6100
using Ethernet_Generic library
v1.5.0 to add support to `RP2040W` with `CYW43439` WiFi using `arduino-pico` core
Releases v1.5.0
- Add support to
RP2040W
withCYW43439
WiFi using arduino-pico core
v1.4.0 to add support to ESP32/ESP8266 using Ethernet W5x00 or ENC28J60 with Ethernet_Generic or EthernetENC library
Releases v1.4.0
- Add support to ESP32/ESP8266 using Ethernet
W5x00
orENC28J60
withEthernet_Generic
orEthernetENC
library - Add astyle using
allman
style. Restyle the library - Update
Packages' Patches
v1.3.0 to fix uploading issue of large files for WiFi, Teensy 4.1 QNEthernet
Releases v1.3.0
- Fix uploading issue of large files for WiFi, Teensy 4.1 QNEthernet
v1.2.1 to auto detect server response type in PASV mode
Releases v1.2.1
- Auto detect server response type in PASV mode
v1.2.0 to add support to other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc., to fix bug and update examples
Releases v1.2.0
- Add support to other new FTP Servers, such as vsftpd in Linux, Ubuntu, Rasbberry Pi, etc.
- Fix bug
- Update examples
v1.1.0 to add support to Teensy 4.1 using QNEthernet or NativeEthernet
Releases v1.1.0
- Add support to Teensy 4.1 using QNEthernet or NativeEthernet
- Add examples for QNEthernet and NativeEthernet
v1.0.0 to support many more boards AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.), using WiFi or Ethernet
Releases v1.0.0
- Initial porting and coding to support many more boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.), using WiFi or Ethernet