wodFTPServer ActiveX Control - ForceUTF8 Property
      
 

Description

Determines if UTF8 conversion is forced.


Property type
A Boolean value.  

Syntax

object.ForceUTF8 [= value]



The ForceUTF8 Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodFTPD.
value A 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.