Discuss this help topic in SecureBlackbox Forum
Specifies the lower limit of the port range for incoming connections in passive mode.
Declaration
[C#]
int DataPortRangeFrom;
[VB.NET]
Property DataPortRangeFrom As Integer
[Pascal]
property DataPortRangeFrom : integer;
[C++]
int32_t get_DataPortRangeFrom();
void set_DataPortRangeFrom(int32_t Value);
[PHP]
integer get_DataPortRangeFrom()
void set_DataPortRangeFrom(integer $Value)
[Java]
int getDataPortRangeFrom();
void setDataPortRangeFrom(int Value);
Description
Use this property to set the lower limit for the port range for incoming connections in passive mode.
If the value is 0 (zero) there is no limit.
Discuss this help topic in SecureBlackbox Forum