Skip to content

Commit

Permalink
Added info of MultiFTPServer
Browse files Browse the repository at this point in the history
  • Loading branch information
yasheena authored Aug 3, 2022
1 parent b576471 commit 90744f8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -100,4 +110,4 @@ void loop(void){
}
```
https://downloads.arduino.cc/libraries/logs/github.com/xreef/SimpleFTPServer/
https://downloads.arduino.cc/libraries/logs/github.com/xreef/SimpleFTPServer/

0 comments on commit 90744f8

Please sign in to comment.