Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.SystemType

TElFTPSServer     


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


Specifies OS installed on the server.

Declaration

[C#]
    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)

[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