diff options
author | Daniel Plasa <dplasa@gmail.com> | 2020-05-31 00:21:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 00:21:38 +0200 |
commit | 784329fbeb0d79d44759109e1f2fb50f1a143be4 (patch) | |
tree | 52f8b402a721e98550d803f1c2c6e0ff55d84032 /README.md | |
parent | tested against 2.7.1 esp8266 core (diff) | |
download | FTPCLientServer-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 |
Diffstat (limited to 'README.md')
-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 |