Programming with FTP OLE Automation
KanjiAutoDetect property
Syntax |
Object.KanjiAutoDetect |
Data type |
Boolean |
Returns (first syntax line) or specifies (second syntax line) whether the FTP Client should automatically try to detect the type of Kanji character set (JIS, EUC, or DEC) used in any ASCII file or message received from the server and then use the detected Kanji set for character translations. When set to True, the FTP Client performs character translation of server ASCII files and messages based on the type of Kanji character set that is detected in the file or message.
Note: Translation of files is enabled by setting the TranslateCharacters property to True. When TranslateCharacters is set to False, any character can be transmitted or captured without being translated.
The default value is False.
KANJI-AUTO-DETECT