Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ExtOPTSUTF8Supported

TElSimpleFTPSClient     See also     


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


Specifies whether the FTP server supports the OPTS UTF8 ON command.

Declaration

[C#]
    bool ExtOPTSUTF8Supported;

[VB.NET]
    Property ExtOPTSUTF8Supported As Boolean

[Pascal]
    property ExtOPTSUTF8Supported : boolean;

[C++]
    bool get_ExtOPTSUTF8Supported();

[PHP]
    bool get_ExtOPTSUTF8Supported()

[Java]
    boolean getExtOPTSUTF8Supported();

Description

    Use this read-only property to check whether the FTP server supports OPTS UTF8 ON command.
This command switches the server to UTF8.

See also:     ExtMDTMSupported     ExtMLSTSupported     ExtRESTSupported     ExtSIZESupported     ExtXCRCSupported     ExtXSHA1Supported    

Discuss this help topic in SecureBlackbox Forum