Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.DataPortRangeTo

TElSimpleFTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the upper limit of 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.

See also:     DataPortRangeFrom    

Discuss this help topic in SecureBlackbox Forum