>> Delete No. 36598 article
No. [질문]proftpd

등록 2001-12-06 12:07:00 By localhost     조회 2
이름 이수환    

		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 - WOWLINU
X.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>
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved