Back to product page

Password property


Determines the password to be used with the server.

Type

A String value. Specifies your password for the server.

Syntax

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

Remarks

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

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

This property will be ignored if the Login property is empty.

Platforms

Windows