Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.DataHost

TElSimpleFTPSServer     


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


This property specifies the address for the incoming data connections.

Declaration

[C#]
    string DataHost;

[VB.NET]
    Property DataHost As String

[Pascal]
    property DataHost : string;

[C++]
    void get_DataHost(std::string &OutResult);
    void set_DataHost(const std::string &Value);

[PHP]
    string get_DataHost()
    void set_DataHost(string $Value)

[Java]
    String getDataHost();
    void setDataHost(String Value);

Description

    Use this property to specify the address for the incoming data connections. If left empty, the control connection address is used.

Discuss this help topic in SecureBlackbox Forum