Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ExtRESTSupported

TElSimpleFTPSClient     See also     


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


Specifies whether the FTP server supports REST command.

Declaration

[C#]
    bool ExtRESTSupported;

[VB.NET]
    Property ExtRESTSupported As Boolean

[Pascal]
    property ExtRESTSupported : boolean;

[C++]
    bool get_ExtRESTSupported();

[PHP]
    bool get_ExtRESTSupported()

[Java]
    boolean getExtRESTSupported();

Description

    Use this read-only property to check whether the FTP server supports REST (RESTART) command.

See also:     ExtMDTMSupported     ExtMLSTSupported     ExtOPTSUTF8Supported     ExtSIZESupported     ExtXCRCSupported     ExtXMD5Supported     ExtXSHA1Supported    

Discuss this help topic in SecureBlackbox Forum