Back to product page

ForceUTF8 property


Determines if UTF8 conversion is forced.

Type

A Boolean value.

Syntax

  • Basic
object.ForceUTF8 [= value]
The ForceUTF8(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPD.
valueA Boolean value.

Remarks

This property determines if wodFTPServer will send UTF8 encoded filenames at all times, no matter if client requested them or not. At the same time, wodFTPServer will expect that all names sent by the client contain UTF8 names.

Usually UTF8 is enabled when client sends appropriate command in FTP protocol, or uses SFTP version higher than 3 in SFTP protocol. However, you can force UTF8 always to be used using this property.

Platforms

Windows