Discuss this help topic in SecureBlackbox Forum

TElSftpServer.UseUTF8

TElSftpServer     See also     


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


Specifies whether UTF8 conversion is to be used when parsing file names received from the server.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property UseUTF8 : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    This property specifies, whether UTF8 conversion of filenames is used by the server (for SFTP protocol versions higher than 3, UTF8 is obligatory). It is set automatically according to protocol flow, but user could also set it to the desired value.
    Note, that for VCL edition all file names should be converted to/from UTF-8, using the SBStrUtils.StrToUtf8 and SBStrUtils.UTF8ToStr methods.

See also:     SBStrUtils.SetDefaultCharset    

Discuss this help topic in SecureBlackbox Forum