Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodTelnetDLX
- Methods
- Properties
- Authentication
- AutoSize
- BackColor
- BackLog
- BindIP
- BindPort
- Blocking
- BorderVisible
- Certificate
- CharEncoding
- Column
- Columns
- ColWidth
- Command
- ContextMenu
- CursorHeight
- DataOut
- DataReady
- Enabled
- ErrorText
- ExitSignal
- ExitStatus
- Font
- ForeColor
- HandleSysKeys
- Hostname
- hWnd
- KeepAlives
- Language
- LastError
- LocalCertBag
- Login
- MousePointer
- MouseWheel
- MyHostname
- MyIP
- Notification
- Password
- Picture
- Port
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RecordMode
- RemoteIdentification
- Row
- RowHeight
- Rows
- ScrollBars
- ScrollX
- ScrollY
- SecureMethod
- SelectedText
- ShowCursor
- Socket
- SpecialKeyFocus
- State
- StateText
- StripANSI
- StripColors
- TabStop
- TelnetOption
- TerminalEmulation
- TerminalType
- Text
- Timeout
- TranslateSpecial
- UseIPv6
- Version
- Events
- IwodTelnetNotify
- wodTelnetDLX
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Command property
Specifies command to be sent to server upon connection.
Type
StringSyntax
- Basic
object.Command [= value]
The Command(object) syntax has these parts:
The Command(object) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
Remarks
If this property is set, wodTelnetDLX will try to execute the command upon successful connection. For SSH protocols, this is already implemented by protocol specification. However, for Telnet protocol it is possible for wodTelnetDLX to fail executing command you set - in case remote server is 'nonstandard'.Upon execution of command, wodTelnetDLX will wait for output returned by command, and will disconnect after it. Please note that if Login/Password properties are not set, Telnet protocol will be unable to perform this operation. For Raw and SSL protocols, Command property has no effect.