|
发表于 2005-5-20 11:41:39
|
显示全部楼层
gftp [推荐初学者使用]
由工具由ailantian兄推荐,北南南北撰写文档
主页:http://gftp.seul.org/
简介:gftp基于gtk的ftp客户端,大家用的也比较多吧,支持中文目录。如果您的gftp不能支持中文,请升级版本。
# Written in C and has a text interface and a GTK+ 1.2/2.x interface
# Supports the FTP, FTPS (control connection only), HTTP, HTTPS, SSH and FSP protocols
# FTP and HTTP proxy server support
# Supports FXP file transfers (transferring files between 2 remote servers via FTP)
# Supports UNIX, EPLF, Novell, MacOS, VMS, MVS and NT (DOS) style directory listings
# Bookmarks menu to allow you to quickly connect to remote sites
下载安装:
在各大发行版中,都有gftp的打包,可以用各发行版自带的工具来安装。我只说源码包安装:
源码包安装,通用于所有发行版,举例说明:gftp-2.0.18.tar.bz2
- [root@S01ftp]#ls -lh
- 总用量 1.4M
- -rw-r--r-- 1 root root 1.4M 2005-05-21 09:18 gftp-2.0.18.tar.bz2
- [root@S01ftp]#tar jxvf gftp-2.0.18.tar.bz2
- [root@S01gftp-2.0.18]#./configure
- [root@S01gftp-2.0.18]#make
- [root@S01gftp-2.0.18]#make install
- 注:因为gftp依赖gtk,如果不能make过去,您应该指定PKG_CONFIG_PATH
- [root@S01gftp-2.0.18]# export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
复制代码
调用:
- [root@S01gftp-2.0.18]#gftp
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|