Discuss this help topic in SecureBlackbox Forum
Specifies if encoding should be used for SFTP connection.
Declaration
[C#/Java]
not implemented;
[VB.NET]
not implemented;
[Pascal]
property NoCharacterEncoding : boolean;
[C++]
bool get_NoCharacterEncoding();
void set_NoCharacterEncoding(bool Value);
[PHP]
bool get_NoCharacterEncoding()
void set_NoCharacterEncoding(bool $Value)
Description
Set this property to
True if encoding should NOT be used for SFTP connection.
The default value is
False (encoding is used).
Discuss this help topic in SecureBlackbox Forum