diff options
author | Daniel Plasa <dplasa@gmail.com> | 2020-05-31 11:15:23 +0200 |
---|---|---|
committer | Daniel Plasa <dplasa@gmail.com> | 2020-05-31 11:15:23 +0200 |
commit | 716455798d4071749a2127413241f5f58a834190 (patch) | |
tree | 18204c7afecee39599a2791215afd0ea9eec93e3 | |
parent | fix time string formatting (diff) | |
parent | fix typo (diff) | |
download | FTPCLientServer-716455798d4071749a2127413241f5f58a834190.tar FTPCLientServer-716455798d4071749a2127413241f5f58a834190.tar.gz FTPCLientServer-716455798d4071749a2127413241f5f58a834190.tar.bz2 FTPCLientServer-716455798d4071749a2127413241f5f58a834190.tar.lz FTPCLientServer-716455798d4071749a2127413241f5f58a834190.tar.xz FTPCLientServer-716455798d4071749a2127413241f5f58a834190.tar.zst FTPCLientServer-716455798d4071749a2127413241f5f58a834190.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |