Skip to content

Releases: pschatzmann/TinyFTPClient

September 2025

25 Sep 17:18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...1.2.1

Breaking change: FTPClient as template class

26 May 15:24

Choose a tag to compare

  • Changed FTPClient to Template Class
  • Automtic Session Management
  • Converted library to header only C++ library
  • Support to build (and debug) examples with cmake on desktop
  • Updated documentation

May 2024 Release

25 May 21:16

Choose a tag to compare

  • Code cleanup
  • Support for aborting downloads
  • Support for downloading multiple files

June 2024: Error corrections

03 Jul 06:01

Choose a tag to compare

  • FileZilla support (connect might return multiple messages)
  • Correct broken ls()
  • make FTPFile::name() const
  • cleanup uncommented code

April 2024 Release

01 Apr 11:34

Choose a tag to compare

  • Added Namespace Support
  • Corrected Memory Leak

Namespace support

27 Jan 09:27

Choose a tag to compare

  • added namespace ftp_client
  • corrections in README

select binary or text mode

11 Nov 19:39

Choose a tag to compare

added methods:

  • binary()
  • text()
  • type()

Removed all platform dependencies

08 Nov 13:48

Choose a tag to compare

  • Replaced my custom abstraction layer with the Arduino Client class
  • Removed all platform dependent includes
  • Updated the Readme to cover different platforms

First Release

06 Apr 04:11

Choose a tag to compare

I noticed that I actually never released this library, so here we go...