: ftp를 사용할려구 합니다...
: 설치시에 모두 설치하였구...
: wu-ftp를 열었습니다..
: 근데.. 일반 계정으로 로긴하면 password를 묻지도 않구 failed로 뜨네요..
: 어디를 설정해줘야되는지...
: 답변부탁드립니다..
vi /etc/xinetd.d/wu-ftpd 에 가시면..
# default: on
# description: The wu-ftpd 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/in.ftpd
server_args = -l -a
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
}
보일겁니다.
위에 있는 disable = yes 부분을 no로 설정해 주세요
자세한 wu-ftpd설정은 kldp문서를 참조하세요..
(내공이 부족해서...^^;)
--
20000 쭈니였습니다.