Changeset 17876 for src/router/proftpd/doc/modules/mod_lang.html
- Timestamp:
- 11/11/11 13:17:43 (19 months ago)
- File:
-
- 1 edited
-
src/router/proftpd/doc/modules/mod_lang.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/proftpd/doc/modules/mod_lang.html
r14672 r17876 1 <!-- $Id: mod_lang.html,v 1. 7 2009/12/11 01:06:18 castaglia Exp $ -->1 <!-- $Id: mod_lang.html,v 1.8 2010/08/10 17:39:08 castaglia Exp $ --> 2 2 <!-- $Source: /cvsroot/proftp/proftpd/doc/modules/mod_lang.html,v $ --> 3 3 … … 219 219 </ul> 220 220 221 <p><a name="FAQ"></a> 222 <b>Frequently Asked Questions</b><br> 223 224 <p><a name="SpecialCharacters"> 225 <font color=red>Question</font>: When I upload a file with special characters 226 (<i>e.g.</i> umlauts, accents, cedillas, <i>etc</i>), the special characters 227 are turned into '?' on the server. What's wrong?<br> 228 <font color=blue>Answer</font>: There are a couple of things to check when 229 this happens. 230 231 <p> 232 First, make sure that your <code>proftpd</code> has been compiled with NLS 233 support. Type <code>proftpd -V</code>, and make sure you see: 234 <pre> 235 + NLS support 236 </pre> 237 appear in the output. 238 239 <p> 240 Next, make sure that the <code>LANG</code> environment variable is set before 241 starting the server. Special characters require that UTF8 or ISO-8859-1 be 242 used, thus you might use things like: 243 <pre> 244 # export LANG=de_DE.utf8 245 # export LANG=fr_FR.ISO8859-1 246 </pre> 247 248 <p> 249 Last, check that any routers/firewalls/NAT between the clients and the server 250 are not interfering. ProFTPD lists "UTF8" in its <code>FEAT</code> response 251 data; many FTP clients use the <code>OPTS UTF8 ON</code> command to inform the 252 server that UTF8 filenames will be sent. Some routers, firewalls, and NATs 253 have been known to filter both the <code>FEAT</code> response and/or block 254 commands like <code>OPTS UTF8</code>, thus interfering with the protocol and 255 causing encoding problems. 256 221 257 <p> 222 258 <hr><br> 223 259 Author: <i>$Author: castaglia $</i><br> 224 Last Updated: <i>$Date: 20 09/12/11 01:06:18 $</i><br>260 Last Updated: <i>$Date: 2010/08/10 17:39:08 $</i><br> 225 261 <br><hr> 226 262 227 263 <font size=2><b><i> 228 © Copyright 2006-20 08TJ Saunders<br>264 © Copyright 2006-2010 TJ Saunders<br> 229 265 All Rights Reserved<br> 230 266 </i></b></font>
Note: See TracChangeset
for help on using the changeset viewer.
