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

ftp 설정관련해서 질문드립니다.

작성자 정보

  • 안재성 작성
  • 작성일

컨텐츠 정보

본문

질문에 올리셨던 수퍼유저 ftp 사이트의 실제 설정된 부분입니다.
proftp 에서 Anonymous 설정 해주시면 됩니다.

======================================================================

<Anonymous /suftp/ftp_ko/pub>
  User                          ftp
  Group                         ftp
  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias                     anonymous ftp

  RequireValidShell             off
  # Limit the maximum number of anonymous logins
  MaxClients                    10

  # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
  DisplayLogin                  welcome.msg
  DisplayFirstChdir             .message

  # Limit WRITE everywhere in the anonymous chroot
  <Limit WRITE>
    DenyAll
  </Limit>

<Directory *>
  <Limit READ>
    AllowAll
  </Limit>
  <Limit STOR DELE RMD MKD>
    DenyAll
  </Limit>
</Directory>
</Anonymous>

======================================================================

관련자료

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

공지사항


뉴스광장


  • 현재 회원수 :  60,043 명
  • 현재 강좌수 :  35,853 개
  • 현재 접속자 :  78 명