Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ExtSIZESupported

TElSimpleFTPSClient     See also     


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


Specifies whether the FTP server supports SIZE command.

Declaration

[C#]
    bool ExtSIZESupported;

[VB.NET]
    Property ExtSIZESupported As Boolean

[Pascal]
    property ExtSIZESupported : boolean;

[C++]
    bool get_ExtSIZESupported();

[PHP]
    bool get_ExtSIZESupported()

[Java]
    boolean getExtSIZESupported();

Description

    Use this read-only property to check whether the FTP server supports SIZE command.
The SIZE command is used to determine file size.

See also:     ExtMDTMSupported     ExtMLSTSupported     ExtOPTSUTF8Supported     ExtRESTSupported     ExtXCRCSupported     ExtXMD5Supported     ExtXSHA1Supported    

Discuss this help topic in SecureBlackbox Forum