Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.Active

TElFTPSServer     See also     


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


Specifies if the server is active and can accept incoming connections.

Declaration

[C#]
    bool Active;

[VB.NET]
    Property Active As Boolean

[Pascal]
    property Active : boolean;

[C++]
    bool get_Active();

[PHP]
    bool get_Active()

[Java]
    boolean getActive();

Description

    This read-only property returns True if the FTPS server is running and listening for incoming connections. Otherwise, False is returned.

See also:     Authenticated    

Discuss this help topic in SecureBlackbox Forum