wodTelnetDLX ActiveX Control - Command Property
      
 

Description

Specifies command to be sent to server upon connection.


Property type

A String value.  


Syntax

object.Command [= value]



The Command Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetDLX.
value A String value.

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.