From 3e702dd829d78b0984fdd9bf7dc54e747f63abc6 Mon Sep 17 00:00:00 2001 From: Daniel Plasa Date: Sun, 31 May 2020 00:10:26 +0200 Subject: Give credits to https://github.com/danbicks and his code posted in https://github.com/esp8266/Arduino/issues/1183#issuecomment-634556135 which inspired me to the code of the FTPClient --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9c98e9b..f110d2b 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,4 @@ ftpClient.handleFTP(); // place this in e.g. loop() ## Notes * I forked the Server from https://github.com/nailbuster/esp8266FTPServer which itself was forked from: https://github.com/gallegojm/Arduino-Ftp-Server/tree/master/FtpServer -* Inspiration for the Client was taken from https://github.com/esp8266/Arduino/issues/1183#issuecomment-634556135 +* Inspiration for the Client was taken from https://github.com/danbicks and his code posted in https://github.com/esp8266/Arduino/issues/1183#issuecomment-634556135 -- cgit v1.2.3