<netBIOSSMB/>
<hostAnnounce interval="5"/>
</host>
<sessionDebug flags="Negotiate,Tree"/>
<netbiosDebug/>
<announceDebug/>
</SMB>
2.4.4 Cluster Configuration
The <cluster> section defines the global cluster configuration.
The JLAN Server currently has clustered file state cache and debug interface classes
which are based on the Hazelcast clustering code. The <cluster> configuration section
allows a single Hazelcast instance to be used by multiple clustered filesystems and/or
have debug output piped to a central server.
Cluster Configuration
<configFile>
…
</configFile>
Specifies the path of the Hazelcast XML configuration file
that is used to create the shared Hazelcast instance.
2.4.5 FTP Server Configuration
The
<FTP>
section defines the FTP server configuration.
FTP Configuration
<authenticator>
<class>...</class>
..
</authenticator>
The authenticator configuration sub-section is used to
enable a custom FTP authentication class that implements
the
org.alfresco.jlan.ftp.FTPAuthenticator
interface.
The
class
must be specified, other configuration parameters
may be specified as required.
<bindto>n.n.n.n</bindto>
<bindto adapter=”...”/>
Specifies which network adapter to bind to if the host has
multiple network adapters. If not specified the FTP server
will bind to all available adapters.
Alternatively, the adapter name may be specified using the
adapter attribute. The adapter name is the name returned
by the NetworkInterface class, such as 'eth0' or 'en0'.
<bindto>192.168.1.2</bindto>
<bindto adapter=”eth0”/>
<port>n</port>
Specifies the port that the FTP server listens for incoming
connections on. The default port is 21.
<rootDirectory>
..
</rootDirectory>
Specifies the path to be used for the root directory when a
client connects to the FTP server.
The root directory path must be specified using the FTP
12