SecureBlackbox 2020 C++ Edition

Questions / Feedback?

MaxSFTPVersion Property

Higher SFTP version to support.

Syntax

ANSI (Cross Platform)
int GetMaxSFTPVersion();
int SetMaxSFTPVersion(int iMaxSFTPVersion); Unicode (Windows) INT GetMaxSFTPVersion();
INT SetMaxSFTPVersion(INT iMaxSFTPVersion);
@property (nonatomic,readwrite,assign,getter=maxSFTPVersion,setter=setMaxSFTPVersion:) int maxSFTPVersion;
- (int)maxSFTPVersion;
- (void)setMaxSFTPVersion:(int)newMaxSFTPVersion;
#define PID_SFTPCLIENT_MAXSFTPVERSION 60

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SFTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SFTPClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

6

Remarks

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

Data Type

Integer

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