Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 2.75 KB

changelog.md

File metadata and controls

72 lines (44 loc) · 2.75 KB

FTPClient_Generic Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.6.0

  1. Add support to WIZNet W6100 using Ethernet_Generic library

Releases v1.5.0

  1. Add support to RP2040W with CYW43439 WiFi using arduino-pico core

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

Releases v1.3.0

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

Releases v1.2.1

  1. Auto detect server response type in PASV mode

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

Releases v1.1.0

  1. Add support to Teensy 4.1 using QNEthernet or NativeEthernet
  2. Add examples for QNEthernet and NativeEthernet

Releases v1.0.0

  1. Initial porting and coding to support many more boards, using WiFi or Ethernet