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 size of the array is controlled by the KeyboardInteractivePromptCount property.
This property is not available at design time.
Data Type
String