SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

Subsystem Property

Specifies the subsystem to request from the server.

Syntax

ANSI (Cross Platform)
char* GetSubsystem();
int SetSubsystem(const char* lpszSubsystem); Unicode (Windows) LPWSTR GetSubsystem();
INT SetSubsystem(LPCWSTR lpszSubsystem);
@property (nonatomic,readwrite,assign,getter=subsystem,setter=setSubsystem:) NSString* subsystem;
- (NSString*)subsystem;
- (void)setSubsystem:(NSString*)newSubsystem;
#define PID_SSHCLIENT_SUBSYSTEM 123

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 Lite 2020 C++ Edition - Version 20.0 [Build 8166]