SecureBlackbox 2020 iOS Edition

Questions / Feedback?

maxSFTPVersion (property)

Maximum SFTP version supported.

Syntax

@property (nonatomic,readwrite,assign,getter=maxSFTPVersion,setter=setMaxSFTPVersion:) int maxSFTPVersion;
- (int)maxSFTPVersion;
- (void)setMaxSFTPVersion:(int)newMaxSFTPVersion;
public var maxSFTPVersion: Int32 {
  get {...}
set {...} }

Default Value

6

Remarks

MaxSFTPVersion and MinSFTPVersion properties control the range of SFTP protocol versions supported by this server.

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