class FtpTlsServer

..
+-SystemFunctions
+-SysM
+-FileTPM
+-FtpServer
+-FtpTlsServer

Represents the FTP over Transport Layer Security (TLS) server of the ME.

The server only accepts FTP sessions that are explicitly requesting a TLS layer by the "AUTH TLS" command.


This MO is created by the system.

References to:
ManagedObject;
Attributes
BasicAdmState
mandatory
administrativeState
The administrative state for the FTP server.
When LOCKED all on-going connections will immediately be terminated.
string
key
mandatory
noNotification
restricted
ftpTlsServerId
The value component of the RDN.
uint16
mandatory
maxDataPort
The maximum port number for PASV data connections.

Must be greater or equal to minDataPort.
uint16
mandatory
minDataPort
The minimum port number for PASV data connections.

Must be lower or equal to maxDataPort.
ManagedObject[0..1]
nodeCredential
The credential used for FTP over TLS based file transfer.
Specifies the DN of a NodeCredential MO in Certificate Management.
uint16
port = 21
The listening port number of the FTP over TLS server control connection.

The TLS layer is established on the regular FTP port by issuing an "AUTH TLS" command.
ManagedObject[0..1]
trustCategory
The set of certificates trusted by the FTP over TLS based file transfer.
Specifies the DN of a TrustCategory MO in Certificate Management.

  class FtpTlsServer