|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的好朋友们!你是21世纪的新人类,不要告知我你没用过FTP。FTP是FileTransferProtocol(文件传输协定)
普通点就是让用户毗连上一个近程盘算机(这些盘算机上运转着FTP办事器步伐)检察近程盘算机有哪些文件,然后把文件从近程盘算机上拷到当地盘算机,或把当地盘算机的文件送到近程盘算机往。
装置pure-ftpd
[size=1em][size=1em]1.下载wgethttp://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.32.tar.gz
[size=1em]2.解压tar-zxvfpure-ftpd-1.0.32.tar.gz
[size=1em]3.编译装置
[size=1em][root@localhostsrc]#tar-zxvfpure-ftpd-1.0.32.tar.gz
[size=1em][root@localhostsrc]#cdpure-ftpd-1.0.32
[size=1em][root@localhostpure-ftpd-1.0.32]#./configure
[size=1em]--prefix=/usr/local/pureftpd
[size=1em]--without-inetd
[size=1em]--with-altlog
[size=1em]--with-puredb
[size=1em]--with-throttling
[size=1em]--with-peruserlimits
[size=1em]--with-tls
[size=1em][root@localhostpure-ftpd-1.0.32]#make&&makeinstall
设置pure-ftpd
1.修正设置
[size=1em][size=1em][root@localhostpure-ftpd-1.0.32]#cdconfiguration-file
[size=1em][root@localhostpure-ftpd-1.0.32]#mkdir-p/usr/local/pureftpd/etc/
[size=1em][root@localhostconfiguration-file]#cppure-ftpd.conf/usr/local/pureftpd/etc/pure-ftpd.conf
[size=1em][root@localhostconfiguration-file]#cppure-config.pl/usr/local/pureftpd/sbin/pure-config.pl
[size=1em][root@localhostconfiguration-file]#chmod755/usr/local/pureftpd/sbin/pure-config.pl
2.设置文件
<divstyle="padding:0px;margin:0px;color:rgb(85,85,85);font-family:宋体,ArialNarrow,arial,serif;font-size:14px;line-height:28px;"> |
|