[질문] proftp를 설치했는데..Anonymous는 접속이 되고 일반계정이 접속이 안되요
Fedora Core 4에
Proftp를 rpm으로 설치했습니다.
ps -ef | grep ftp 하면..
root 8770 1 0 Feb12 ? 00:00:00 proftpd: (accepting connections)
root 18769 18252 0 10:28 pts/0 00:00:00 grep ftp
데몬은 살아 있습니다.
그런데..Anonymous계정만 ftp접속이 되고
일반계정은 접속이 안됩니다.
vi /etc/proftpd.conf
ServerName uti
ServerType standalone
DefaultServer on
# Port 21 is the standard FTP port.
Port 21
.....
# Set the user and group under which the server will run.
User nobody
Group nobody
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot ~
# Normally, we want files to be overwriteable.
AllowOverwrite on
# Bar use of SITE CHMOD by default
<Limit SITE_CHMOD>
DenyAll
</Limit>
......
vi ftpusers 에도 유저가 등록되어 있는데..
왜 일반유저가 ftp 접근을 못하는지 모르겠습니다..
ftpuser에서 제거해 보심이 :oops:
ftpuser에서 제거해 보심이 :oops:
아직도...
됩니다.. ^^ ftpuser에서 등록하는것이 아니라제거하는거
됩니다.. ^^
ftpuser에서 등록하는것이 아니라
제거하는거 였군요 ^^*
제대로 설정을 찾아보고 하는건데 ^^*
감사합니다..
댓글 달기