외부에서 접속을 하면
패스워드 입력창까지는 잘 뜨는데
패스워드를 입력하고 나면
An error occurred reading the contents of the folder.
Make sure the file name is valid and you have permission to access the
location specified.
라고 나오면서 안되네요..
현재 유저는(DB안에)
gogogogo null null 232189dfsklfds /bin/bash null 0 1
이렇게 설정되어 있구여
proftpd.conf파일은..
ServerName "Bandi FTP server"
ServerType inetd
ServerIdent on "Bandi FTP server ready..."
ServerAdmin "whtdrgon at unitel.co.kr"
DefaultServer on
Port 21
Umask 022
MaxInstances 30
User nobody
Group nobody
SQLConnectInfo proftp@localhost:3306 root 1234
SQLAuthTypes Backend
DisplayLogin welcome.msg
DisplayFirstChdir .message
SQLUserTable users
SQLWhereClause "valid = 1"
SQLUsernameField userid
SQLUidField uid
SQLGidField gid
SQLPasswordField passwd
SQLHomedirField homedir
SQLShellField shell
SQLLoginCountField count
SQLDoAuth on
SQLDoGroupAuth off
DefaultRoot /var/ftp
MaxClients 4
MaxClientsPerHost 4
MaxHostsPerUser 4
RequireValidShell off
AllowRetrieveRestart on
AllowStoreRestart on
AllowOverwrite on
<Directory /var/ftp>
<Limit READ>
AllowAll
</Limit>
<Limit WRITE>
</Limit>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
<Directory /var/ftp/pub/*>
<Limit READ>
AllowAll
</Limit>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
<Directory /var/ftp/incoming/*>
<Limit READ>
DenyAll
</Limit>
<Limit STOR MKD>
AllowAll
</Limit>
</Directory>
이렇게 되어있네여..
무어가 문제인지..
--
T.M.B.H