Skip to content

Commit

Permalink
Updated info of MultiFTPServer
Browse files Browse the repository at this point in the history
  • Loading branch information
yasheena authored Aug 4, 2022
1 parent 70c6472 commit c15d4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a fork of the SimpleFTPServer on github found at https://github.com/xree

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.
On default in FtpServerKey.h the define FTP_MAX_SESSIONS is set to 2 for two concurrent FTP connections. But you can also use another value by using the 3rd parameter of the FtpServer constructor, which I added in MultiFTPServer (compared to SimpleFTPServer). A single new method added for the MultiFTPServer is getMaxSessions() to get the actual number of concurrently useable FTP sessions.

The following text is the original description of the SimpleFTPServer.

Expand Down

0 comments on commit c15d4c2

Please sign in to comment.