SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ImplicitSSL Property

Enables or disables implicit SSL mode.

Syntax

ANSI (Cross Platform)
int GetImplicitSSL();
int SetImplicitSSL(int bImplicitSSL); Unicode (Windows) BOOL GetImplicitSSL();
INT SetImplicitSSL(BOOL bImplicitSSL);
@property (nonatomic,readwrite,assign,getter=implicitSSL,setter=setImplicitSSL:) BOOL implicitSSL;
- (BOOL)implicitSSL;
- (void)setImplicitSSL:(BOOL)newImplicitSSL;
#define PID_FTPSERVER_IMPLICITSSL 25

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

Default Value

FALSE

Remarks

The server can only work in one mode, explicit or implicit. Explicit mode, also called AUTH TLS, supports both TLS and plain connections. Implicit mode, also called 'dedicated port mode,' only supports TLS connections.

Data Type

Boolean

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