Skip to content

A tiny FTP-Client for the ESP8266 on PlatformIO

License

Notifications You must be signed in to change notification settings

Exocet22/TinyFTPClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyFTPClient

A tiny Arduino/PlatformIO library for a FTP client running on ESP8266.

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.
  • Published on PlatformIO registry: TinyFTPClient library.

License

This libary is licensed under the MIT Licence.

About

A tiny FTP-Client for the ESP8266 on PlatformIO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.0%
  • C++ 5.0%