-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22c45b8
commit cc32fce
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# FTPduino | ||
[![arduino-lint](https://github.com/karolis1115/FTPduino/actions/workflows/arduino-lint.yml/badge.svg?branch=main)](https://github.com/karolis1115/FTPduino/actions/workflows/arduino-lint.yml) | ||
[![Spell Check](https://github.com/karolis1115/FTPduino/actions/workflows/spell-check.yml/badge.svg?branch=main)](https://github.com/karolis1115/FTPduino/actions/workflows/spell-check.yml) | ||
[![arduino-library-badge](https://www.ardu-badge.com/badge/FTPduino.svg?)](https://www.ardu-badge.com/FTPduino) | ||
# FTPduino | ||
An easy to use FTP client library for the Arduino ecosystem | ||
[![arduino-library-badge](https://www.ardu-badge.com/badge/FTPduino.svg?)](https://www.ardu-badge.com/FTPduino) | ||
|
||
An easy to use FTP client library for the Arduino ecosystem | ||
|
||
Uses the WiFiClient library (found in board packages such as the Portenta H7, ESP32 and ESP8266). | ||
It allows microcontrollers to download files/data from FTP servers that support Passive mode (PASV). | ||
The library stores the received data in a user defined "uint8_t" buffer which can then be used to pass that data to other storage medias. | ||
|
||
|
||
# More info | ||
Check out the arduino refference page for this library: https://www.arduino.cc/reference/en/libraries/ftpduino/ | ||
Also check out the ArduBadge page for this library (**WIP**): [![arduino-library-badge](https://www.ardu-badge.com/badge/FTPduino.svg?)](https://www.ardu-badge.com/FTPduino) |