Chinaunix

标题: 可能存在于任何平台的FTP问题,急 [打印本页]

作者: mophe    时间: 2005-11-03 11:25
标题: 可能存在于任何平台的FTP问题,急
ftp localhost
ftp> ls
Warning! One or more of your selected locales are not available.
Please invoke the commands \"locale\" and \"locale -a\" to verify your
selections and the available locales.

Continuing processing using the \"C\" locale.
otal 1910
drwxrwxrwx  24 dicdcm     sys           1024 Nov  2 09:31 ama
drwxrwxrwx   2 dicdcm     root            96 Oct 15  2004 lost+found
drwxrwxrwx  13 dicdcm     sys           1024 Oct 31 13:04 met
-rwxrwxrwx   1 root       sys         975463 Nov  1 19:54 test.exe

ftp>
老是出现Warning信息,这影响到我们对文件名采集的程序了,现在程序无法正常工作。
请问哪位遇到过。
我做了如下操作看了一下:
$ locale
LANG=
LC_CTYPE=\"C\"
LC_COLLATE=\"C\"
LC_MONETARY=\"C\"
LC_NUMERIC=\"C\"
LC_TIME=\"C\"
LC_MESSAGES=\"C\"
LC_ALL=
修改如下:
$ LANG=C.iso88591  local
LANG=C.iso88591
LC_CTYPE=\"C.iso88591\"
LC_COLLATE=\"C.iso88591\"
LC_MONETARY=\"C.iso88591\"
LC_NUMERIC=\"C.iso88591\"
LC_TIME=\"C.iso88591\"
LC_MESSAGES=\"C.iso88591\"
LC_ALL=
重新FTP还是不行。
有哪位遇到过,请指教




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2