Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ExtHOSTSupported

TElSimpleFTPSClient     See also     


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


Specifies whether HOST command is supported by the remote server.

Declaration

[C#]
    bool ExtHOSTSupported;

[VB.NET]
    Property ExtHOSTSupported As Boolean

[Pascal]
    property ExtHOSTSupported : boolean;

[C++]
    bool get_ExtHOSTSupported();

[PHP]
    bool get_ExtHOSTSupported()

[Java]
    boolean getExtHOSTSupported();

Description

    This read-only property specifies whether HOST command is supported by the remote server.

See also:     VirtualHostName    

Discuss this help topic in SecureBlackbox Forum