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