summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Plasa <dplasa@gmail.com>2020-05-31 00:13:03 +0200
committerDaniel Plasa <dplasa@gmail.com>2020-05-31 00:13:03 +0200
commita2fd7b622d367e64dc2d84fa63809420e16b908c (patch)
treef5857278e5871dc06c623a1f072323935b33b0b6
parentGive credits to https://github.com/danbicks and his code posted in https://github.com/esp8266/Arduino/issues/1183#issuecomment-634556135 (diff)
downloadFTPCLientServer-a2fd7b622d367e64dc2d84fa63809420e16b908c.tar
FTPCLientServer-a2fd7b622d367e64dc2d84fa63809420e16b908c.tar.gz
FTPCLientServer-a2fd7b622d367e64dc2d84fa63809420e16b908c.tar.bz2
FTPCLientServer-a2fd7b622d367e64dc2d84fa63809420e16b908c.tar.lz
FTPCLientServer-a2fd7b622d367e64dc2d84fa63809420e16b908c.tar.xz
FTPCLientServer-a2fd7b622d367e64dc2d84fa63809420e16b908c.tar.zst
FTPCLientServer-a2fd7b622d367e64dc2d84fa63809420e16b908c.zip
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index f110d2b..349a0f1 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,9 @@ The FTP Client is pretty much straihgt forward. It can upload (put, STOR) a file
* Server only allows one ftp control and one data connection at a time. You need to setup Filezilla (or other clients) to respect that, i.e. only allow **1** connection. (In FileZilla go to File/Site Manager then select your site. In Transfer Settings, check "Limit number of simultaneous connections" and set the maximum to 1.)
* It does not yet support encryption
+## Compatibility
+This library was tested against the 2.7.1 version of the esp8266 Arduino core library.
+
## Server Usage
### Construct an FTPServer