KeyboardInteractiveMessage Property
The instructions to send to the client during keyboard-interactive authentication.
Object Oriented Interface
public function getKeyboardInteractiveMessage(); public function setKeyboardInteractiveMessage($value);
Procedural Interface
ipworksssh_sftpserver_get($res, 13 ); ipworksssh_sftpserver_set($res, 13, $value );
Default Value
''
Remarks
This property should be set to the main instructions to send to the client during keyboard-interactive authentication.
Data Type
String