Discuss this help topic in SecureBlackbox Forum
Specifies the upper limit for the port range for incoming connections in passive mode.
Declaration
[C#]
int DataPortRangeTo;
[VB.NET]
Property DataPortRangeTo As Integer
[Pascal]
property DataPortRangeTo : integer;
[C++]
int32_t get_DataPortRangeTo();
void set_DataPortRangeTo(int32_t Value);
[PHP]
integer get_DataPortRangeTo()
void set_DataPortRangeTo(integer $Value)
[Java]
int getDataPortRangeTo();
void setDataPortRangeTo(int Value);
Description
Use this property to set the upper 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