LINUX.ORG.RU

шояделаюнетак: proftpd-1.3.2rc2 UseEncoding UTF-8 CP1251 how-to?


0

0

О зайчиках. Есть куча файлов с русскими имянами надо чтобы пользователи винды заходили и видели их по русски а не в utf-8 который их быдлоклиенты не умеют. Локальная кодировка "utf-8 по кругу" (с) забыто в старости

# uname -a
Linux debian-40r5 2.6.18-6-686 #1 SMP Fri Dec 12 16:48:28 UTC 2008 i686 GNU/Linux
# cd /usr/src/proftpd-1.3.2rc2
# ./configure --enable-nls
# make
*skipped*
# make install
*skipped*
# cat /etc/proftpd/proftpd.conf
ServerType standalone
DefaultServer on
Umask 022
ServerName "0.0.0.0"
ServerIdent on "kousagi"
ServerAdmin strannik_msk@mail.ru
IdentLookups off
UseReverseDNS off
Port 8021
PassivePorts 49152 65534
#MasqueradeAddress None
TimesGMT off
MaxInstances 30
MaxLoginAttempts 3
TimeoutLogin 300
TimeoutNoTransfer 120
TimeoutIdle 120
DisplayLogin welcome.msg
DisplayChdir .message
User nobody
Group nobody
DirFakeUser off nobody
DirFakeGroup off nobody
DefaultTransferMode binary
AllowForeignAddress off
AllowRetrieveRestart on
AllowStoreRestart on
DeleteAbortedStores off
TransferRate RETR 220
TransferRate STOR 250
TransferRate STOU 250
TransferRate APPE 250
SystemLog /var/log/secure
RequireValidShell off
LangEngine on
#ClientCharset windows-125
UseEncoding UTF8 CP1251
<IfModule mod_tls.c>
TLSEngine off
TLSRequired off
TLSVerifyClient off
TLSProtocol SSLv23
TLSLog /var/log/proftpd_tls.log
TLSRSACertificateFile /etc/gadmin-proftpd/certs/cert.pem
TLSRSACertificateKeyFile /etc/gadmin-proftpd/certs/key.pem
TLSCACertificateFile /etc/gadmin-proftpd/certs/cacert.pem
TLSRenegotiate required off
</IfModule>
<IfModule mod_ratio.c>
Ratios off
SaveRatios off
RatioFile "/restricted/proftpd_ratios"
RatioTempFile "/restricted/proftpd_ratios_temp"
CwdRatioMsg "Please upload first!"
FileRatioErrMsg "FileRatio limit exceeded, upload something first..."
ByteRatioErrMsg "ByteRatio limit exceeded, upload something first..."
LeechRatioMsg "Your ratio is unlimited."
*skipped*
# /etc/init.d/proftpd restart
Stopping ftp server: proftpd.
Starting ftp server: proftpd - Fatal: unknown configuration directive 'UseEncoding' on line 39 of '/etc/proftpd/proftpd.conf'
failed!

anonymous

оказалось что все делаю так просто перед сборкой надо было удалить пакет. а потом уже собирать. а о том что я его ставил пакетом я не помнил.

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.