SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Commands Property

Specifies the list of commands to execute.

Object Oriented Interface

public function getCommands();
public function setCommands($value);

Procedural Interface

secureblackbox_sshclient_get($res, 3 );
secureblackbox_sshclient_set($res, 3, $value );

Default Value

''

Remarks

Use this property to provide a list of commands to execute remotely. Separate different commands with EOL characters.

When this property is set, the component works in the command mode, meaning each command is executed in its own virtual terminal session. No shell connection is established.

If no commands are provided via this property, the component will establish a shell session.

Data Type

String

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