|
|
编译的purefep-1.0.18,编译过程:./configure --with-everything --with-lang=simplified-chinese
然后就是make、make install
采用pure-ftpd &可以正常启动,但是采用xinetd的方式不能启动。
xinetd.conf中的配置:
service ftp
{
socket_type=stream
server=/usr/local/sbin/pure-ftpd
user=root
wait=no
disable=no
}
不知道是什么原因,望各位指点!:help |
|