KeyboardInteractivePromptPrompt Property

The prompt label/text the client should present to the user.

Object Oriented Interface

public function getKeyboardInteractivePromptPrompt($promptindex);
public function setKeyboardInteractivePromptPrompt($promptindex, $value);

Procedural Interface

ipworksssh_sftpserver_get($res, 16 , $promptindex);
ipworksssh_sftpserver_set($res, 16, $value , $promptindex);

Default Value

''

Remarks

The prompt label/text the client should present to the user.

The $promptindex parameter specifies the index of the item in the array. The size of the array is controlled by the KeyboardInteractivePromptCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 PHP Edition - Version 20.0 [Build 8501]