Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Releases: khoih-prog/FTPClient_Generic

v1.6.0 to add support to WIZNet `W6100` using Ethernet_Generic library

21 Jan 01:58
187d4c4
Compare
Choose a tag to compare

v1.5.0 to add support to `RP2040W` with `CYW43439` WiFi using `arduino-pico` core

20 Jan 05:46
13e62a4
Compare
Choose a tag to compare

Releases v1.5.0

  1. Add support to RP2040W with CYW43439 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

05 Nov 19:35
36e9fb7
Compare
Choose a tag to compare

Releases v1.4.0

  1. Add support to ESP32/ESP8266 using Ethernet W5x00 or ENC28J60 with Ethernet_Generic or EthernetENC library
  2. Add astyle using allman style. Restyle the library
  3. Update Packages' Patches

v1.3.0 to fix uploading issue of large files for WiFi, Teensy 4.1 QNEthernet

17 May 01:42
69a676a
Compare
Choose a tag to compare

Releases v1.3.0

  1. Fix uploading issue of large files for WiFi, Teensy 4.1 QNEthernet

v1.2.1 to auto detect server response type in PASV mode

15 May 05:10
de750d8
Compare
Choose a tag to compare

Releases v1.2.1

  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

15 May 03:35
3dd7dbd
Compare
Choose a tag to compare

Releases v1.2.0

  1. Add support to other new FTP Servers, such as vsftpd in Linux, Ubuntu, Rasbberry Pi, etc.
  2. Fix bug
  3. Update examples

v1.1.0 to add support to Teensy 4.1 using QNEthernet or NativeEthernet

13 May 19:15
cd81240
Compare
Choose a tag to compare

Releases v1.1.0

  1. Add support to Teensy 4.1 using QNEthernet or NativeEthernet
  2. 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

12 May 03:22
b4703e9
Compare
Choose a tag to compare

Releases v1.0.0

  1. 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