SecureBlackbox 2020 C++ Edition

Questions / Feedback?

DataPortRangeFrom Property

Specifies the lower port range bound for passive mode data connections.

Syntax

ANSI (Cross Platform)
int GetDataPortRangeFrom();
int SetDataPortRangeFrom(int iDataPortRangeFrom); Unicode (Windows) INT GetDataPortRangeFrom();
INT SetDataPortRangeFrom(INT iDataPortRangeFrom);
@property (nonatomic,readwrite,assign,getter=dataPortRangeFrom,setter=setDataPortRangeFrom:) int dataPortRangeFrom;
- (int)dataPortRangeFrom;
- (void)setDataPortRangeFrom:(int)newDataPortRangeFrom;
#define PID_FTPSERVER_DATAPORTRANGEFROM 12

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

0

Remarks

Use this property in combination with DataPortRangeT to limit the port range for passive mode data connections. The value of 0 (zero) stands for no lower bound.

Data Type

Integer

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