A tiny Arduino/PlatformIO library for a FTP client running on ESP8266 and ESP32.
Forked from https://github.com/justinleahy/ESP8266_FTPClient. Many thanks to all the authors and contributors !!!
- Choose
Sketch->Include Library->Manage Libraries... - Type
TinyFTPClientinto the search box. - Click the row to select the library.
- Click the
Installbutton to install the library.
- Choose
PIO Home->Libraries->Registry - Type
TinyFTPClientinto the search box. - Click the row to select the library.
- Click the
Installbutton to install the library.
cd ~/Documents/Arduino/libraries/
git clone https://github.com/exocet22/TinyFTPClient TinyFTPClientSee examples folder.
- 90KB upload limitation fixed.
- Upload/download files directly from SPIFFS or File objects.
- Compatible with WiFi, Ethernet and GSM connectivity.
- Published on PlatformIO registry: TinyFTPClient library.
This libary is licensed under the MIT Licence.