http://www.wowlinux.co.kr/download/downloadview.html?id=63&view=1 와우 7.1 이라면, 이 문제 일듯.
: pwd=> /etc/proftpd/conf/
:
: [root@test conf]# cat proftpd.conf
: # ProFTPD configuration file. Need more information of configuration,
: # See the References in '/usr/share/doc/proftpd-core-{version}/'
: directory
: # If u have any question, visit our Web Site. http://www.wowlinux.com : # or http://proftpd.oops.org : # Thank you - W
: OWLINUX.COM
: ServerName "Proftpd FTP Server"
: ServerType standalone
: DefaultServer on
: Port 21
: Umask 022
: MaxInstances 30
: User nobody
: Group nobody
: UseReverseDNS off
: IdentLookups off
: AuthPAMAuthoritative on
: RootLogin off
: DenyFilter *.*/
: DeferWelcome off
: TimesGMT off
:
: #RateReadBPS 256
: #RateReadFreeBytes 5120
: #RateReadHardBPS on
:
: TimeoutIdle 0
: TimeoutNoTransfer 0
: TimeoutLogin 300
:
: DisplayLogin /etc/proftpd/conf/welcome.msg
: DisplayFirstChdir .message
:
: <Directory /*>
: AllowOverwrite on
: </Directory>
:
: <Anonymous ~ftp>
: User ftp
: Group ftp
: UserAlias anonymous ftp
: MaxClients 10 "Sorry, maxium users %m -- try
: again later"
: MaxClientsPerHost 2 "Sorry, Over 2 connection not allow"
: DisplayLogin welcome.msg
: DisplayFirstChdir .message
: RequireValidShell off
:
: # HideUser root
: # HideGroup root
:
: # Anonymous's Uploads Directory
: <Directory incoming/*>
: AllowOverwrite on
: AllowRetrieveRestart on
: AllowStoreRestart on
: <Limit DELE RMD>
: DenyAll
: </Limit>
: <Limit READ STOR MDK>
: AllowAll
: </Limit>
: </Directory>
:
: # Anonymous's Public Directory
: <Directory pub/*>
: <Limit READ>
: AllowAll
: </Limit>
: <Limit STOR DELE RMD MKD>
: DenyAll
: </Limit>
: </Directory>
:
: </Anonymous>
: =======================================
:
: 데몬은 뜨 있습니다.
:
: [root@test conf]# ps -ax | grep proftpd
: 746 ? S 0:00 proftpd (accepting connections)
: 7434 pts/3 R 0:00 grep proftpd
:
:
: 그런데 ..접속화면까지 나오느데,
:
: 이상하게 아이디와 패스워드 맞게 넣어도 incorrect가 뜹니다.
: 왜 일까요?
: wow7.1 입니다.
:
: [root@test conf]# ftp localhost
: Connected to zandori.
: 220 BCB1COOL Server (Proftpd FTP Server) [zandori]
: Name (localhost:test): test
: 331 Password required for test.
: Password:
: 530 Login incorrect.
: Login failed.
: ftp>--펭귄의 가호아래 오늘도 삽질이다.