Discuss this help topic in SecureBlackbox Forum
Specifies whether UTF-8 conversion should be used for SFTP protocol versions 3 and lower.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum