Releases: pschatzmann/TinyFTPClient
Releases · pschatzmann/TinyFTPClient
September 2025
What's Changed
- Fix IIS compatibility by @vladkorotnev in #13
- Resolved inconsistencies in textual descriptions by @Monstertov in #14
New Contributors
- @vladkorotnev made their first contribution in #13
- @Monstertov made their first contribution in #14
Full Changelog: v1.2.0...1.2.1
Breaking change: FTPClient as template class
- 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
- Code cleanup
- Support for aborting downloads
- Support for downloading multiple files
June 2024: Error corrections
- FileZilla support (connect might return multiple messages)
- Correct broken ls()
- make FTPFile::name() const
- cleanup uncommented code
April 2024 Release
- Added Namespace Support
- Corrected Memory Leak
Namespace support
- added namespace ftp_client
- corrections in README
select binary or text mode
added methods:
- binary()
- text()
- type()
Removed all platform dependencies
- Replaced my custom abstraction layer with the Arduino Client class
- Removed all platform dependent includes
- Updated the Readme to cover different platforms
First Release
I noticed that I actually never released this library, so here we go...