Discuss this help topic in SecureBlackbox Forum
Specifies the address of the passive mode host.
Declaration
[C#]
string PassiveModeAddress;
[VB.NET]
Property PassiveModeAddress As String
[Pascal]
property PassiveModeAddress : string;
[C++]
void get_PassiveModeAddress(std::string &OutResult);
void set_PassiveModeAddress(const std::string &Value);
[PHP]
string get_PassiveModeAddress()
void set_PassiveModeAddress(string $Value)
[Java]
String getPassiveModeAddress();
void setPassiveModeAddress(String Value);
Description
Use this property to specify, on which address the listening socket is open for incoming passive mode connections.
Discuss this help topic in SecureBlackbox Forum