Author: elecharny Date: Tue May 7 11:07:19 2019 New Revision: 1858844 URL: http://svn.apache.org/viewvc?rev=1858844&view=rev Log: Applied patches from FTPSERVER-492 and FTPSERVER-493
Modified: mina/site/trunk/content/ftpserver-project/configuration_listeners.mdtext Modified: mina/site/trunk/content/ftpserver-project/configuration_listeners.mdtext URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver-project/configuration_listeners.mdtext?rev=1858844&r1=1858843&r2=1858844&view=diff ============================================================================== --- mina/site/trunk/content/ftpserver-project/configuration_listeners.mdtext (original) +++ mina/site/trunk/content/ftpserver-project/configuration_listeners.mdtext Tue May 7 11:07:19 2019 @@ -76,7 +76,7 @@ This element is required if the ssl elem |---|---|---|---| | file | Path to the key store file | Yes | | | password | The password for the key store | Yes | | -| Password for the key within the key store | No | Key store password | +| key-password | Password for the key within the key store | No | Key store password | | key-alias | Alias of the key to use within the key store | No <| Uses first key found | | type | Key store type | No | JRE key store default type, normally JKS | | algorithm | Key store algorithm | No | SunX509 | @@ -117,7 +117,7 @@ This element provides configuration for | Attribute | Description | Required | Default value | |---|---|---|---| -| class="confluenceTd"> ports| The ports on which the server is allowed to accept passive data connections, see [Configure passive ports](configuration_passive_ports.html) for details| No| Any available port | +| ports| The ports on which the server is allowed to accept passive data connections, see [Configure passive ports](configuration_passive_ports.html) for details| No| Any available port | | address| The address on which the server will listen to passive data connections| No| The same address as the control socket for the session | | external-address| The address the server will claim to be listening on in the PASV reply. Useful when the server is behind a NAT firewall and the client sees a different address than the server is using| No| |