Skip to content

Exocet22/TinyFTPClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyFTPClient

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 !!!

Installation

Using the Arduino IDE Library Manager

  1. Choose Sketch -> Include Library -> Manage Libraries...
  2. Type TinyFTPClient into the search box.
  3. Click the row to select the library.
  4. Click the Install button to install the library.

Using PlatformIO Library Manager

  1. Choose PIO Home -> Libraries -> Registry
  2. Type TinyFTPClient into the search box.
  3. Click the row to select the library.
  4. Click the Install button to install the library.

Using Git

cd ~/Documents/Arduino/libraries/
git clone https://github.com/exocet22/TinyFTPClient TinyFTPClient

Examples

See examples folder.

Updates

  • 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.

License

This libary is licensed under the MIT Licence.

About

A tiny Arduino FTP client on PlatformIO running on ESP8266 and ESP32.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors