wodSSH ActiveX Control - Password Property
      
 

Description

Determines the password to be used with the server.


Property type

A String value.  Specifies your password for the server.


Syntax

object.Password [= value]



The Password Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSSH.
value A 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.