Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.PassiveModeHost

TElSimpleFTPSServer     See also     


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


Specifies the address of the passive mode host.

Declaration

[C#]
    string PassiveModeHost;

[VB.NET]
    Property PassiveModeHost As String

[Pascal]
    property PassiveModeHost : string;

[C++]
    void get_PassiveModeHost(std::string &OutResult);
    void set_PassiveModeHost(const std::string &Value);

[PHP]
    string get_PassiveModeHost()
    void set_PassiveModeHost(string $Value)

[Java]
    String getPassiveModeHost();
    void setPassiveModeHost(String Value);

Description

    Use this property to specify, on which address the listening socket is open for incoming passive mode connections.

See also:     Host    

Discuss this help topic in SecureBlackbox Forum