summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Plasa <dplasa@gmail.com>2020-05-31 00:10:26 +0200
committerDaniel Plasa <dplasa@gmail.com>2020-05-31 00:10:26 +0200
commit3e702dd829d78b0984fdd9bf7dc54e747f63abc6 (patch)
tree37647909ab014f72facf6639ff424f330e75e52f /README.md
parentchange file date format for LIST command to show proper year in case the file is older than the current year (diff)
downloadFTPCLientServer-3e702dd829d78b0984fdd9bf7dc54e747f63abc6.tar
FTPCLientServer-3e702dd829d78b0984fdd9bf7dc54e747f63abc6.tar.gz
FTPCLientServer-3e702dd829d78b0984fdd9bf7dc54e747f63abc6.tar.bz2
FTPCLientServer-3e702dd829d78b0984fdd9bf7dc54e747f63abc6.tar.lz
FTPCLientServer-3e702dd829d78b0984fdd9bf7dc54e747f63abc6.tar.xz
FTPCLientServer-3e702dd829d78b0984fdd9bf7dc54e747f63abc6.tar.zst
FTPCLientServer-3e702dd829d78b0984fdd9bf7dc54e747f63abc6.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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