FtpServerResponseConfig Object


Description:

Common response configuration options for an FTP server.

Automatically created from: FtpServerProtocolProfile

FtpServerResponseConfig Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
BodyContentType

Body content type for server responses.

Type: enum

Default: ASCII

Possible Values:

Value Description
ASCII

ASCII content type.

BINARY

Binary content type.

BodySizeType

Body size for server responses.

Type: enum

Default: FIXED

Possible Values:

Value Description
FIXED

Fixed body size.

RANDOM

Random body size.

FixedBodySize

Size of a response body when the BodySizeType attribute is set to FIXED.

Type: u32

Default: 64

FixedResponseLatency

Latency (in milliseconds) of response timing when the BodySizeType attribute is set to FIXED.

Type: u32

Default: 0

RandomBodySizeMean

Mean size of response body when the BodySizeType attribute is set to RANDOM.

Type: u32

Default: 0

RandomBodySizeStdDeviation

Standard deviation of response body size when the BodySizeType attribute is set to RANDOM.

Type: u32

Default: 0

RandomResponseLatencyMean

Mean of response latency when the ResponseTimingType attribute is set to RANDOM.

Type: u32

Default: 0

RandomResponseLatencyStdDeviation

Standard deviation of response latency when the ResponseTimingType attribute is set to RANDOM.

Type: u32

Default: 0

ResponseTimingType

Type of timing to use on server responses.

Type: enum

Default: FIXED

Possible Values:

Value Description
FIXED

Fixed response time.

RANDOM

Random response time.

FtpServerResponseConfig Read-Only Attributes

There are no read-only attributes.