Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
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:
The StateText(object,StateID) syntax has these parts:
object | An expression evaluating to an object of type wodFTPD. |
StateID | Required. 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 |
---|---|---|
Disconnected | 0 | Disconnected from server. |
Connecting | 1 | Connecting to server. |
Encrypting | 2 | Initializing secure connection. |
LogonInProgress | 3 | Receiving authentication data. |
Connected | 4 | Connected - idle. |
SettingDataChannel | 5 | Setting data channel. |
ConnectingDataChannel | 6 | Connecting data channel. |
Listing | 17 | Listing directory contents. |
Downloading | 18 | Downloading file from the server. |
Uploading | 19 | Uploading file to the server. |