$ ./configure --enable-nls $ make $ make install
使用 proftpd -V 命令確保出現 + NLS supporthtml
用法java
用 locale -a 和 iconv --list 查看當前系統支持的語言# 語言編碼模塊 <IfModule mod_lang.c> LangEngine on LangDefault zh_CN.utf8 UseEncoding on UseEncoding UTF-8 GBK UseEncoding UTF-8 CP936 LangPath /usr/share/locale </IfModule>當前ProFTPD 的 mod_lang模塊支持的語言:
如服務器系統當前使用 zh_CN.utf8 ,且安裝了中文語言包,讓FTP客戶端「強制UTF-8」也能解決中文亂碼服務器