From ea9cf4cbdea2af5fb4be3ac7b06207fbe23cd665 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Thu, 16 Feb 2012 22:34:57 -0500 Subject: [PATCH] FTP server changes --- mystic/HISTORY.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mystic/HISTORY.txt b/mystic/HISTORY.txt index b88f52d..22d870d 100644 --- a/mystic/HISTORY.txt +++ b/mystic/HISTORY.txt @@ -3787,3 +3787,13 @@ + Mystic now strips out pipe color codes from the headers of the allfiles or newfiles exports in the file bases and in QWK packets. + + + FTP Server now has minimum and maximum port values for passive and + extended passive data ports. Defaults should be 60000, and 65535 + + + FTP Server now has a configurable "per connection" timeout. Recommended + value is at least 300 seconds. + + + FTP server now has a configurable "max connections with same IP" value. + This should be set to at least 2, for incoming data connections with + the same IP.