Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.UseUTF8OnV3

TElSimpleSFTPClient     See also     


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


Specifies whether UTF-8 conversion should be used for SFTP protocol versions 3 and lower.

Declaration

[C#]
    bool UseUTF8OnV3;

[VB.NET]
    Property UseUTF8OnV3 As Boolean

[Pascal]
    property UseUTF8OnV3 : boolean;

[C++]
    bool get_UseUTF8OnV3();
    void set_UseUTF8OnV3(bool Value);

[PHP]
    bool get_UseUTF8OnV3()
    void set_UseUTF8OnV3(bool $Value)

[Java]
    boolean getUseUTF8OnV3();
    void setUseUTF8OnV3(boolean Value);

Description

    This property specifies whether UTF-8 encoding should be used when processing file names for SFTP protocol versions 3 and lower.

See also:     UseUTF8    

Discuss this help topic in SecureBlackbox Forum