|
|
发表于 2006-5-7 15:50:24
|
显示全部楼层
gftp的问题,不要再多费时间了,改配置也改不好,用lftp吧,虽然是命令行的,但是非常好用。
[root@traveller happy]# tail /etc/lftp.conf
set cmd:term-status/*xterm* "\e[11;0]\e]2;\T\007\e[11]"
set cmd:term-status/*rxvt* "\e[11;0]\e]2;\T\007\e[11]"
# set cmd:set-term-status on
## If you don't like advertising lftp or servers hate it, set this:
# set ftp:anon-pass "mozilla@"
# set ftp:client ""
# set http:user-agent "Mozilla/4.7 [en] (WinNT; I)"
set ftp:charset "gbk";
set file:charset "utf-8"
最末尾的两句自己加上,就能正常显示中文。 |
|