Discuss this help topic in SecureBlackbox Forum
Specifies OS installed on the server.
Declaration
[C#/Java]
string SystemType;
[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)
Description
Use this property to specify the operating system on the FTPS server.
Discuss this help topic in SecureBlackbox Forum