Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
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:
The ForceUTF8(object,value) syntax has these parts:
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.