Discuss this help topic in SecureBlackbox Forum

TElSFTPServer.Active

TElSFTPServer     See also     


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


This read-only property shows if the SFTP tunnel has been created and object methods are ready to be called.

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

    If this property value is True, the SFTP tunnel has been created and the component is ready to operate.
    If the value is False, the component is not ready to operate.

See also:     NewLineConvention     Version    

Discuss this help topic in SecureBlackbox Forum