Back to product page

Password property


Determines password to be used with server.

Type

String

Syntax

  • Basic
object.Password [= value]
The Password(object) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX

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.

Platforms

Windows