Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karolis1115 authored Feb 22, 2024
1 parent 22c45b8 commit cc32fce
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
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.

Check failure on line 10 in README.md

View workflow job for this annotation

GitHub Actions / spell-check

medias ==> media, mediums


# More info
Check out the arduino refference page for this library: https://www.arduino.cc/reference/en/libraries/ftpduino/

Check failure on line 14 in README.md

View workflow job for this annotation

GitHub Actions / spell-check

refference ==> reference
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)

0 comments on commit cc32fce

Please sign in to comment.