FtpServerResults Object


Description:

FTP server results.

Parents: FtpServerProtocolConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

FtpServerProtocolConfig

Use this to connect a results object to an object.

FtpServerResults Writable Attributes

There are no writable attributes.

FtpServerResults Read-Only Attributes

Read-Only Attribute Description
AbortedControlConnections

Total number of control connection Aborts detected by this server block.

Type: u64

Default: 0

AbortedControlConnectionsPerSecond

Total number of aborted control connections per second opened to or from this server block.

Type: u64

Default: 0

AbortedTransactions

Total number of aborted transactions from the client block.

Type: u64

Default: 0

AbortedTransactionsPerSecond

Total number of aborted transactions per second from the client block.

Type: u64

Default: 0

ActiveControlConnections

Number of control connections open or attempting for this server at this instant. Active Connections only applies to the FTP control connections. The FTP data connections are not included in this result. Active Connections on the server will typically be fewer in number than Active Connections on the associated client due to differences in the events that inform the server and client processes that a connection has been started and terminated.

Type: u32

Default: 0

AttemptedTransactions

Total number of attempted transactions from the client block.

Type: u64

Default: 0

AttemptedTransactionsPerSecond

Total number of attempted transactions per second from the client block.

Type: u64

Default: 0

BlockIndex

Internally-allocated index for this FTP server block.

Type: u32

Default: 0

ElapsedSeconds

Time duration in seconds that this client block has been running.

Type: u64

Default: 0

GoodputAvgRxRateBps

Average received goodput rate in bits per second.

Type: u64

Default: 0

GoodputAvgTxRateBps

Average transmitted goodput rate in bits per second.

Type: u64

Default: 0

GoodputMaxRxRateBps

Maximum received goodput rate in bits per second.

Type: u64

Default: 0

GoodputMaxTxRateBps

Maximum goodput rate in bits per second.

Type: u64

Default: 0

GoodputMinRxRateBps

Minimum received goodput rate in bits per second.

Type: u64

Default: 0

GoodputMinTxRateBps

Minimum goodput rate in bits per second.

Type: u64

Default: 0

GoodputRxBps

Current received goodput in bits per second.

Type: u64

Default: 0

GoodputRxBytes

Total received goodput bytes.

Type: u64

Default: 0

GoodputTxBps

Current transmitted goodput in bits per second.

Type: u64

Default: 0

GoodputTxBytes

Total transmitted goodput bytes.

Type: u64

Default: 0

ParentName

Name of parent protocol for which the results apply.

Type: string

Default: "" (empty string)

RxEprtCmd

Total number of EPRT (extended server port) commands received.

Type: u64

Default: 0

RxPassCmd

Total number of PASS (password) commands received.

Type: u64

Default: 0

RxPortCmd

Total number of PORT (server port) commands received.

Type: u64

Default: 0

RxQuitCmd

Total number of QUIT (disconnect) commands received.

Type: u64

Default: 0

RxRetrCmd

Total number of RETR (retrieve file) commands received.

Type: u64

Default: 0

RxTypeCmd

Total number of TYPE (transfer mode) commands received.

Type: u64

Default: 0

RxUserCmd

Total number of USER (username) commands received.

Type: u64

Default: 0

SuccessfulTransactions

Total number of successful transactions from the client block.

Type: u64

Default: 0

SuccessfulTransactionsPerSecond

Total number of successful transactions per second from the client block.

Type: u64

Default: 0

TotalControlConnections

Total number of control connections opened to this server block.

Type: u64

Default: 0

TotalControlConnectionsPerSecond

Total number of control connections per second opened to or from this server block.

Type: u64

Default: 0

TotalDataConnections

Total number of data connections opened to or from this server block.

Type: u64

Default: 0

TotalDataConnectionsPerSecond

Total number of data connections per second opened to or from this server block.

Type: u64

Default: 0

TxResponseCode150

Count of transmitted response codes with value 150 (file status okay).

Type: u64

Default: 0

TxResponseCode200

Count of transmitted response codes with value 200 (command okay).

Type: u64

Default: 0

TxResponseCode226

Count of transmitted response codes with value 226 (closing data connection).

Type: u64

Default: 0

TxResponseCode227

Count of transmitted response codes with value 227 (entering passive mode).

Type: u64

Default: 0

TxResponseCode229

Count of transmitted response codes with value 229 (entering extended passive mode).

Type: u64

Default: 0

TxResponseCode230

Count of transmitted response codes with value 230 (user logged in).

Type: u64

Default: 0

TxResponseCode331

Count of transmitted response codes with value 331 (user okay, need password).

Type: u64

Default: 0

TxResponseCode425

Count of transmitted response codes with value 425 (can't open data connection).

Type: u64

Default: 0

TxResponseCode426

Count of transmitted response codes with value 426 (connection closed, transfer aborted).

Type: u64

Default: 0

TxResponseCode452

Count of transmitted response codes with value 452 (requested action not taken).

Type: u64

Default: 0

TxResponseCode500

Count of transmitted response codes with value 500 (syntax error).

Type: u64

Default: 0

TxResponseCode502

Count of transmitted response codes with value 502 (command not implemented).

Type: u64

Default: 0

TxResponseCode522

Count of transmitted response codes with value 522 (network protocol not supported).

Type: u64

Default: 0

TxResponseCode530

Count of transmitted response codes with value 530 (not logged in).

Type: u64

Default: 0

UnsuccessfulTransactions

Total number of unsuccessful transactions from the client block.

Type: u64

Default: 0

UnsuccessfulTransactionsPerSecond

Total number of unsuccessful transactions per second from the client block.

Type: u64

Default: 0