Back to product page

StateText method


Provides string expression of a state.

Type

A String value.

Syntax

  • Basic
object.StateText (StateID)
The StateText(object,StateID) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPD.
StateIDRequired. A StatesEnum enumeration, as described in settings. Represents some state.

Remarks

StateText property will return text-description of a value given by State parameter.

Members

Constant Value Description
Disconnected0 Disconnected from server.
Connecting 1 Connecting to server.
Encrypting2 Initializing secure connection.
LogonInProgress 3 Receiving authentication data.
Connected4 Connected - idle.
SettingDataChannel 5 Setting data channel.
ConnectingDataChannel6 Connecting data channel.
Listing 17 Listing directory contents.
Downloading18 Downloading file from the server.
Uploading 19 Uploading file to the server.

Platforms

Windows