summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Plasa <dplasa@gmail.com>2020-05-31 00:21:38 +0200
committerGitHub <noreply@github.com>2020-05-31 00:21:38 +0200
commit784329fbeb0d79d44759109e1f2fb50f1a143be4 (patch)
tree52f8b402a721e98550d803f1c2c6e0ff55d84032
parenttested against 2.7.1 esp8266 core (diff)
downloadFTPCLientServer-784329fbeb0d79d44759109e1f2fb50f1a143be4.tar
FTPCLientServer-784329fbeb0d79d44759109e1f2fb50f1a143be4.tar.gz
FTPCLientServer-784329fbeb0d79d44759109e1f2fb50f1a143be4.tar.bz2
FTPCLientServer-784329fbeb0d79d44759109e1f2fb50f1a143be4.tar.lz
FTPCLientServer-784329fbeb0d79d44759109e1f2fb50f1a143be4.tar.xz
FTPCLientServer-784329fbeb0d79d44759109e1f2fb50f1a143be4.tar.zst
FTPCLientServer-784329fbeb0d79d44759109e1f2fb50f1a143be4.zip
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 349a0f1..7a5b597 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ I've modified a FTP Server from arduino/wifi shield to work with the esp826. It
This allows you to FTP into your esp8266/esp32 and access/modify the LittleFS/SPIFFS folder/data.
I've tested it with Filezilla, and it works (upload/download/rename/delete). There's no create/modify directory support in SPIFFS but in LittleFS there is!
-The FTP Client is pretty much straihgt forward. It can upload (put, STOR) a file to a FTP Server or download (get, RETR) a file from a FTP Server. Both ways can be done blocking or non-blocking.
+The FTP Client is pretty much straight forward. It can upload (put, STOR) a file to a FTP Server or download (get, RETR) a file from a FTP Server. Both ways can be done blocking or non-blocking.
## Features
* Server supports both active and passive mode