In Debian Jessie , I use "apt-get " to install vsftpd . It's version is following : vsftpd 3.0.2-17 amd64 lightweight, efficient FTP server written for security ( dpkg -l | grep vsftpd)
I didn't change the configure file , /etc/vsftpd.conf!
And the following is my locale
mdl@114-212-83-102:~$ locale
LANG=en_US.utf8
LANGUAGE=
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=
mdl@114-212-83-102:~$ locale -a
C
C.UTF-8
en_US.utf8
POSIX
zh_CN.utf8
When I use filezilla to download files from ftp , I can't download dirs named with Chinese !(You can see only the dir downloaded ,but files in this dir is not downloaded.) But I can directly download files (named both Chinese and not )in that dir !
Do you know where the problem or Garbled generate ?????



Reply via email to