Discuss this help topic in SecureBlackbox Forum
Specifies OS installed on the server.
Declaration
[VB.NET]
Property SystemType As String
[Pascal]
property SystemType : string;
[C++]
void get_SystemType(std::string &OutResult);
void set_SystemType(const std::string &Value);
[PHP]
string get_SystemType()
void set_SystemType(string $Value)
[Java]
String getSystemType();
void setSystemType(String Value);
Description
Use this property to specify the operating system on the FTPS server.
Discuss this help topic in SecureBlackbox Forum