# default: on
# description:
# The vsftpd FTP server serves FTP connections. It uses
# normal, unencrypted usernames and passwords for authentication.
# vsftpd is designed to be secure.
service ftp2
{
socket_type = stream
wait = no
user = root
server = /usr/local/sbin/vsftpd
# server_args =
# log_on_success += DURATION USERID
# log_on_failure += USERID
nice = 10
disable = no
}
vsftpd
http://linux-sarang.net/board/?p=read&table=tip&no=9698&page=
http://coffeenix.net/board_view.php?cata_code=61&bd_code=89&bpage=
참고하세요
精神一到何事不成
답변 감사합니다.
두 글이 같은 내용이군요 이곳에서도 vsftpd나 비슷한 파일이 있을거라 하는데
이상하게도 vsftpd를 설치했어도 /etc/xinetd.d/에 vsftpd파일이
없어서 다른 사람 것 보고 만들려합니다.
그러니 ftpd쓰시면 vsftpd파일 내용좀 올려 주세요.
/etc/xinetd.d/vsftpd
다른 port를 사용하기 위해 ftp2는 임의로 붙인 이름입니다.
/etc/services 에 추가시키면 됩니다.
精神一到何事不成
댓글 달기