請問Red hat 7.0 + CLE 1.0 要架設 proftpd 要如何設定proftpd.conf檔

顯示結果從第 1 筆 到 2 筆,共計 2 筆
  1. #1
    會員
    註冊日期
    2001-05-06
    討論區文章
    17

    請問Red hat 7.0 + CLE 1.0 要架設 proftpd 要如何設定proftpd.conf檔

    請問各位高手:
    我是一個Linux的新手想要用Red hat架設一個FTP站
    有人建議用Proftpd架設,但我不知要如何設定proftpd.conf檔
    請各位大大教小弟幾招,感激不盡.



  2. #2
    進階會員 repsol 的大頭照
    註冊日期
    2001-06-17
    所在地區
    ADSL 2M/256
    討論區文章
    818

    Re: 請問Red hat 7.0 + CLE 1.0 要架設 proftpd 要如何設定proftpd.conf檔

    最初由 luckily4
    請問各位高手:
    我是一個Linux的新手想要用Red hat架設一個FTP站
    有人建議用Proftpd架設,但我不知要如何設定proftpd.conf檔
    請各位大大教小弟幾招,感激不盡.
    這是proftpd的範例設定檔,更詳盡的設定,可以到http://www.proftpd.net/docs/
    去看,看自己需要些什麼樣的功能,然後將這個設定檔延伸下去去做設定.....
    =======================================================================
    # This is a basic ProFTPD configuration file (rename it to
    # 'proftpd.conf' for actual use. It establishes a single server
    # and a single anonymous login. It assumes that you have a user/group
    # "nobody" and "ftp" for normal operation and anon.

    ServerName "ProFTPD Default Installation"
    ServerType standalone
    DefaultServer on

    # Port 21 is the standard FTP port.
    Port 21
    # Umask 022 is a good standard umask to prevent new dirs and files
    # from being group and world writable.
    Umask 022

    # To prevent DoS attacks, set the maximum number of child processes
    # to 30. If you need to allow more than 30 concurrent connections
    # at once, simply increase this value. Note that this ONLY works
    # in standalone mode, in inetd mode you should use an inetd server
    # that allows you to limit maximum number of processes per service
    # (such as xinetd)
    MaxInstances 30

    # Set the user and group that the server normally runs at.
    User nobody
    Group nogroup

    # Normally, we want files to be overwriteable.
    <Directory /*>
    AllowOverwrite on
    </Directory>

    # A basic anonymous configuration, no upload directories.
    <Anonymous ~ftp>
    User ftp
    Group ftp
    # We want clients to be able to login with "anonymous" as well as "ftp"
    UserAlias anonymous ftp

    # 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>

    </Anonymous>
    「遥か昔、正義に生きる悪魔の伝説があった。
    剣を取って戦い、悪魔の侵略を退けた魔剣士。
    その伝説も、やがて人々の記憶から消えて行った。

    だが2000年の時を経て、魔界はより強大になって甦る。
    圧倒的なパワーで押し寄せる魔界の軍勢。
    本格的な人間界侵攻が始まった…。

    再び訪れた人類の危機に一人の男が立ち上がる。
    伝説の魔剣士の血を引く悪魔狩人(デビルハンター)、その名はダンテ!」

類似的主題

  1. 如何設定proftpd拒絕Anonymous登入
    作者:fancybox 所在討論版:-- FreeBSD & Linux 討 論 版
    回覆: 3
    最後發表: 2005-08-06, 07:41 PM
  2. 【問題】請問SMC7004ABR 要如何設定開啟特定Port?
    作者:ldj 所在討論版:-- 網 路 硬 體 版
    回覆: 1
    最後發表: 2002-07-30, 02:02 AM
  3. Red Hat 7.2 CLE 版本問題 ??
    作者:soon 所在討論版:-- FreeBSD & Linux 討 論 版
    回覆: 1
    最後發表: 2002-02-20, 01:54 PM
  4. Red Hat 7.1 用Cable Modem如何設定??
    作者:Ouga 所在討論版:-- Cable Modem 心 得 交 流 版
    回覆: 2
    最後發表: 2001-10-15, 02:46 AM
  5. linux 的 snmpd.conf 要如何設定
    作者:noe 所在討論版:-- 網 路 技 術 版
    回覆: 2
    最後發表: 2001-10-01, 12:55 PM

 

proftpd 設定

發表文章規則

  • 不可以發表新主題
  • 不可以回覆文章
  • 不可以上傳附加檔案
  • 不可以編輯自己的文章
  •