diff --git a/README.md b/README.md index 954ef77..25f492a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +# MultiFTPServer + +This is a fork of the SimpleFTPServer on github found at https://github.com/xreef/SimpleFTPServer. + +I extended the code to enable more than one concurrent FTP session. So i.e. it is possible to use WinSCP to edit files and use background transfers (transfer queue). + +On default in FtpServerKey.h the define FTP_MAX_SESSIONS is set to 2 for two concurrent FTP connections. + +The following text is the original description of the SimpleFTPServer. + # SimpleFTPServer [Instruction on FTP server on esp8266 and esp32](https://www.mischianti.org/2020/02/08/ftp-server-on-esp8266-and-esp32) @@ -100,4 +110,4 @@ void loop(void){ } ``` -https://downloads.arduino.cc/libraries/logs/github.com/xreef/SimpleFTPServer/ \ No newline at end of file +https://downloads.arduino.cc/libraries/logs/github.com/xreef/SimpleFTPServer/