SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

subsystem (property)

Specifies the subsystem to request from the server.

Syntax

@property (nonatomic,readwrite,assign,getter=subsystem,setter=setSubsystem:) NSString* subsystem;
- (NSString*)subsystem;
- (void)setSubsystem:(NSString*)newSubsystem;
public var subsystem: String {
  get {...}
set {...} }

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.

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