SSHPassword Property

The password for SSH password-based authentication.

Object Oriented Interface

public function getSSHPassword();
public function setSSHPassword($value);

Procedural Interface

ipworkssftp_sftp_get($res, 48 );
ipworkssftp_sftp_set($res, 48, $value );

Default Value

''

Remarks

SSHPassword specifies the password which is used to authenticate the client to the SSH server.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SFTP 2020 PHP Edition - Version 20.0 [Build 8263]