Skip to content
Snippets Groups Projects
Commit 20befb3d authored by kaloyane's avatar kaloyane
Browse files

[LMS-2267] minor: documentation for "ftp.server.passivemode.port.range"

SVN: 21618
parent 299de6fb
No related branches found
No related tags found
No related merge requests found
...@@ -365,9 +365,15 @@ dss-rpc.put-default = main-thread ...@@ -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. # port where the FTP event connections will be opened. Optional parameter, default value is 2121.
#ftp.server.port=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 # 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 # 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 #ftp.server.activemode.enable=true
# #
# the active mode port number configuration. Default value is 2122. # the active mode port number configuration. Default value is 2122.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment