Programming with FTP OLE Automation
ServerCharacterSet property
Syntax |
Object.ServerCharacterSet |
Data type |
Enumeration |
Returns (first syntax line) or specifies (second syntax line) the FTP server character set the FTP Client uses when transmitting and receiving characters. This property lets you assign a supplemental character set as the default user-preferred supplemental (UPS) set. The combination of the ASCII and DEC Supplemental Graphic character sets is called the multinational character set (MCS); the combination of the ASCII and ISO Latin-1 supplemental sets is called the ISO Latin Alphabet Number 1 set. These two supplemental sets are similar, consisting of symbols and characters for English and many other Western European languages.
The default value is rcDECSupplemental.
Symbolic Constant Name |
Numeric Value |
rcDECSupplemental |
100 |
rcISOLatin1 |
101 |
rcPC437_English |
102 |
rcPC850_Multilingual |
103 |
rcHPRoman8 |
104 |
rcPC852_Slavic |
105 |
rcPC855_Cyrillic |
106 |
rcPC857_Turkish |
107 |
rcPC860_Portuguese |
108 |
rcPC861_Icelandic |
109 |
rcPC863_CanadianFrench |
110 |
rcPC864_Arabic |
111 |
rcPC865_Nordic |
112 |
rcPC866_Cyrillic |
113 |
rcPC869_ModernGreek |
114 |
rcISOLatin2 |
115 |
rcISOLatin5 |
116 |
rcISOLatin6 |
117 |
rcISOLatin7 |
118 |
rcISOLatin8 |
119 |
rcISOLatin9 |
120 |
rcShiftJIS |
121 |
rcJIS1990 |
122 |
rcJIS1983 |
123 |
rcJIS1978 |
124 |
rcDECKanji1983 |
125 |
rcDECKanji1978 |
126 |
rcEUCKanji |
127 |
rcBig5 |
128 |
rcSBig5 |
147 |
rcCCDC |
129 |
rcGBChinese |
130 |
rcKorean |
131 |
rcHPGreek |
132 |
rcDECGreek |
133 |
rcPC437G_Greek |
134 |
rcJISKatakana |
136 |
rcNECN88 |
137 |
rcPC862_Hebrew |
138 |
rcHPHebrew |
139 |
rcDECHebrew |
140 |
rc7BitHebrew |
141 |
rcDECCyrillic |
142 |
rcHPTurkish |
143 |
rcDECTurkish |
144 |
rcPC220_Spanish |
145 |
rcPC437T_Turkish |
146 |
rcThai988TISO |
148 |
rcThaiTISO |
149 |
rcThaiKU |
150 |
rcThaiPrime |
151 |
rcDGInternational |
152 |
rcWindows1250 |
153 |
rcEASTERN_EUROPE_7BIT |
135 |
rcYUASCII |
6 |
ASCII-SERVER-TYPE