Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.NoCharacterEncoding

TElSimpleSFTPClient     See also     


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


Specifies if encoding should be used for SFTP connection.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property NoCharacterEncoding : boolean;

[C++]
    bool get_NoCharacterEncoding();
    void set_NoCharacterEncoding(bool Value);

[PHP]
    bool get_NoCharacterEncoding()
    void set_NoCharacterEncoding(bool $Value)

[Java]
    not available

Description

    Set this property to True if encoding should NOT be used for SFTP connection. The default value is False (encoding is used).

See also:     CustomEncoding    

Discuss this help topic in SecureBlackbox Forum