Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.Port

TElSimpleFTPSServer     See also     


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


Specifies the listening port number.

Declaration

[C#]
    int Port;

[VB.NET]
    Property Port As Integer

[Pascal]
    property Port : integer;

[C++]
    int32_t get_Port();
    void set_Port(int32_t Value);

[PHP]
    integer get_Port()
    void set_Port(integer $Value)

[Java]
    int getPort();
    void setPort(int Value);

Description

    Use this property to specify the number of the port on which server should listen for incoming connections.
Use Host property to specify server's IP address.
    The default value is 21.

See also:     Host    

Discuss this help topic in SecureBlackbox Forum