TinyFTPClient

Remote Files - A simple Arduino FTP client library (for all architectures)

Stars
11
TinyFTPClient - April 2024 Release Latest Release

Published by pschatzmann 7 months ago

  • Added Namespace Support
  • Corrected Memory Leak
TinyFTPClient - Namespace support

Published by pschatzmann 9 months ago

  • added namespace ftp_client
  • corrections in README
TinyFTPClient - select binary or text mode

Published by pschatzmann 12 months ago

added methods:

  • binary()
  • text()
  • type()
TinyFTPClient - Removed all platform dependencies

Published by pschatzmann 12 months ago

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

Published by pschatzmann over 1 year ago

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