ftpd-BSD 관련 url : http://www.eleves.ens.fr:8080/home/madore/programs/#prog_ftpd-BSDhttp://freshmeat.net/projects/ftpd-bsd/ ftpd-BSD는 OpenBSD 에서 쓰던 ftpd를 옴겨온 것이라 한다. wu-ftpd
나 proftpd 보다 안정하고 PAM 사용을 지원한다. 받는곳 :
rpm : http://freshmeat.net/redir/ftpd-bsd/2939/url_rpm/ftpd-BSD-0.3.2-2.i386.rpm tar/gz : http://freshmeat.net/redir/ftp
d-bsd/2939/url_tgz/ftpd-BSD-0.3.2.tar.gz 설치법 : tar 의 경우는 설명하지 않겠다. (일반적인 경우와
같다) rpm 의 경우 rpm -Uvh ftpd-BSD-0.3.2-2.i386.rpm
inetd사용의 경우
/etc/inetd.conf
ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/ftpd-BSD -l -S
추가
xinetd사용의 경우
/etc/xinetd.d/ 에 파일 생성
[root@iz4u ftpd-BSD-0.3.2]# more /etc/xinetd.d/ftpd-BSD
# default: on
# description: The ftpd-BSD FTP server serves FTP connections. It uses
# normal, unencrypted usernames and passwords for authentication.
service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/ftpd-BSD
server_args = -l -S
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
}
-끝--Life is composed from Net::IRC and her 씨~~~~~~~익