From 20befb3d45d173fc37d6eb64cf5323fbf4dbd384 Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Tue, 7 Jun 2011 14:47:26 +0000
Subject: [PATCH] [LMS-2267] minor: documentation for
 "ftp.server.passivemode.port.range"

SVN: 21618
---
 datastore_server/dist/etc/service.properties | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/datastore_server/dist/etc/service.properties b/datastore_server/dist/etc/service.properties
index c801e8ff4b7..ede0de4177f 100644
--- a/datastore_server/dist/etc/service.properties
+++ b/datastore_server/dist/etc/service.properties
@@ -365,9 +365,15 @@ dss-rpc.put-default = main-thread
 # port where the FTP event connections will be opened. Optional parameter, default value is 2121.
 #ftp.server.port=2121
 #
+# Specifies a range of ports to be used when working in passive mode. The default value is "2130-2140",
+# meaning only 11 ports will be provide to connecting clients. If there are more than 11 concurrent 
+# users the configuration will have to be adjusted accordingly.  
+#ftp.server.passivemode.port.range=2130-2140
+#
 # when set to true enables the FTP server to run in "active mode". This means data connections
 # will always go to a single pre-configured port on the server. Such a configuration can ease the 
-# server firewall administration (only one additional port should be opened).
+# server firewall administration (only one additional port should be opened). However it requires 
+# the client machines to be directly visible from the server.
 #ftp.server.activemode.enable=true
 #
 # the active mode port number configuration. Default value is 2122.
-- 
GitLab