질문&답변
클라우드/리눅스에 관한 질문과 답변을 주고 받는 곳입니다.
리눅스 분류

./proftpd restart 하면 다음과 같은에러가

작성자 정보

  • redcamel 작성
  • 작성일

컨텐츠 정보

본문

전에는 ftp가 잘됐는데 제가 ftp설정을 몇번만지다가보니

지금은 각각의 계정으로 ftp접속이 않됩니다.

아마도 ftp는 rpm으로 설치된것 같구요.

./proftpd restart

Shutting down proftpd: No way to suspend
                                                          [FAILED]
Starting proftpd: Was not suspended
- Fatal: ServerType: type must be either 'inetd' or 'standalone'.
                                                          [FAILED]

위에 보시는바와 같이 ./proftpd restart 하면 나오는 애러입니다.

보시고 해결방법좀 가르쳐 주세요. 부탁드립니다. ㅠ ㅠ

다음은 참고하시라고 proftp.conf등에 파일내용입니다.

//////////////// proftp.conf //////////////////////


ServerName                      "Proftpd FTP Server"
ServerType                      standalong
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>
하략~

/////////////////// proftpd.xinetd 에 내용 //////////////

# default: on
# description: The proftpd FTP server serves FTP connections. It uses
#      normal, unencrypted usernames and passwords for authentication.
service ftp
{
        disable                = no
        flags                  = REUSE
        protocol                = tcp
        socket_type            = stream
        instances              = 50
        wait                    = no
        user                    = root
        server                  = /usr/sbin/in.proftpd
        log_on_success          = HOST PID
        log_on_failure          = HOST RECORD
}

위와 같습니다.
바쁘시겠지만 답변부탁드리고요 보시고 ftp에관해 좋은팁있으면
한수 부탁드립니다. _(_ _)_

관련자료

댓글 0
등록된 댓글이 없습니다.

공지사항


뉴스광장


  • 현재 회원수 :  60,150 명
  • 현재 강좌수 :  36,428 개
  • 현재 접속자 :  270 명