Discuss this help topic in SecureBlackbox Forum

TElSSHClient.UseUTF8

TElSSHClient     See also     


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


Specifies whether UTF-8 conversion should be used for data sent by the client.

Declaration

[C#/Java]
    bool UseUTF8;

[VB.NET]
    Property UseUTF8 As Boolean

[Pascal]
    property UseUTF8 : boolean;

[C++]
    not available

[PHP]
    not available

Description

    Use this property to specify, whether all SSH commands and shell data exchanged between SSH client and server should be converted to UTF-8. If this property is set to True, SecureBlackbox expects, that all data coming from SSH server is UTF-8 encoded.

See also:     Open     OnOpenConnection    

Discuss this help topic in SecureBlackbox Forum