SSHPassword Property
The password for SSH password-based authentication.
Object Oriented Interface
public function getSSHPassword(); public function setSSHPassword($value);
Procedural Interface
ipworksssh_scp_get($res, 25 ); ipworksssh_scp_set($res, 25, $value );
Default Value
''
Remarks
SSHPassword specifies the password which is used to authenticate the client to the SSH server.
Data Type
String