LFTP 是一个非常经典的命令行 FTP 客户端程序。最近,LFTP 不仅发布了一个 bug 修订版 3.5.15,而且同时也发布了包含新增特性的版本 3.6.0。在 LFTP 3.5.15 中的超时处理问题及关闭代理服务器设置时所产生的 bug 已经修复。LFTP 3.6.0 对程序的主要代码进行了清理,并添加了一些新的设置、命令以及选项。
LFTP 3.6.0 的详细更新记录为:
- major code cleanup.
- new setting ftp:use-stat-for-list allows faster directory listing.
- new command `eval’ with -f option allows complex aliases.
- send encoded parts of ftp URLs untranslated to ftp server.
- new mirror options –on-change, –depth-first, –no-empty-dirs, –ascii.
- new mirror option –only-existing (Damon Harper).
- new setting xfer:log, log successful transfers if true to ~/.lftp/tarnsfer_log.
- new setting ssl:check-hostname.
- fixed cls exit code in case of an error.
Download LFTP 3.5.15 & 3.6.0http://lftp.yar.ru/get.html
使用方法简介:
基本用法:#lftp ftpserver //连接服务器
#login username passwoed //身份认证
#help //获得更多的帮助信息
PS:这部分算是这个人愚见吧。
lftp中文支持不错,如果中文显示乱码试试下面:
#sudo vim /etc/sysconfig/i18n
将内容改为
LANG="zh_CN.GB18030"
LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN"
SUPPORTED="zh_CN.GB18030:zh_CN:zh:en_US.UTF-8:en_US:en"
SYSFONT="lat0-sun16"
:wq! 保存退出
【转自LinuxTOY 】

添加到雅虎收藏