Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Port

TElSimpleFTPSClient     See also     


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


This property specifies the port on the host to connect to.

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

    Set this property according to the port number of the remote server. Usually, FTP uses port number 21 (this value is also used for explicit FTP over SSL connections), or 990 for implicit FTP over SSL connections.

See also:     Address    

Discuss this help topic in SecureBlackbox Forum