wodTelnetDLX ActiveX Control - Password Property
      
 

Description

Determines password to be used with server.


Property type

A String value.  


Syntax

object.Password [= value]



The Password Property syntax has these parts:

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

Remarks

This property is required for SSH protocol, so you should enter some value here before calling Connect method. However, even Telnet protocol doesn't require it, if you put your password here, wodTelnetDLX will try automatically to authenticate you with remote server. In this case you will get command prompt as first data received from server.

If wrong login/password combination is used with remote server, an error will be generated (SSH protocol only).

This property will be ignored if Login property is empty.