SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Subsystem Property

Specifies the subsystem to request from the server.

Object Oriented Interface

public function getSubsystem();
public function setSubsystem($value);

Procedural Interface

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

Default Value

''

Remarks

Subsystem is a special form of an SSH channel. It is typically used to transfer third-party protocol data, with SFTP being the most widely known.

You can tell class to set up a subsystem connection (rather than a shell or command) by assigning the subsystem name to this property.

Data Type

String

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