Package: pure-ftpd
Version: 1.0.21-7

/usr/share/doc/pure-ftpd-common/NEWS.gz says:
- Experimental support for RFC2640 (UTF-8)

But when I connect, all the accented letters in the file names show as before (as with Sarge's 1.0.19-4), as two characters, not as one accented letter.

My init.d script starts pure-ftpd as:
/usr/sbin/pure-ftpd-mysql -l mysql:/etc/pure-ftpd/db/mysql.conf -l unix -l pam -O clf:/var/log/pure-ftpd/transfer.log -u 1000 -E -A -j -B

Solution:
If I start pure-ftpd with the "--fscharset=UTF-8" and "--clientcharset=ISO-8859-2" switches, all the accented letters in the filenames show correctly.

I could not find any configuration parameter to let the wrapper start pure-ftpd with these two switches. I had to stop it, and started it manually: /usr/sbin/pure-ftpd-mysql -l mysql:/etc/pure-ftpd/db/mysql.conf -l unix -l pam -O clf:/var/log/pure-ftpd/transfer.log -u 1000 -E -A -j -B --fscharset=UTF-8 --clientcharset=ISO-8859-2

And voila, both the accented letters and the large file problems are solved!

Anyway thank you for your work for the Debian pure-ftpd packages!


I am running Debian Sarge, kernel 2.6.8-3-686, libc 2.3.2.ds1-22sarge4.

--
Regards:
Andras Galos



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to