写真集

Camera:Panasonic LUMIX DMC-LX3
Vine Linux と Ubuntu の設定方法など

Vine Linux 5.1 FTP Server (proftpd) を設定します

2010-12-13 02:29:42 | Vine Linux

1 設定ファイル
/etc/proftpd.conf

ServerType を inetd に変更します。
------------------------------------------------
#ServerType       standalone
ServerType          inetd
------------------------------------------------

2 proftpd ファイルを作成します。
/etc/xinetd.d/proftpd
------------------------------------------------
service ftp
{
    protocol        = tcp
    socket_type     = stream
    wait            = no
    user            = root
    server          = /usr/sbin/in.proftpd
    server_args     =
    disable         = no
}
------------------------------------------------

3 xinetdを再起動します。
# /etc/init.d/xinetd restart

4 参考
http://www.vinelinux.org/manuals/main-service.html
http://www.stackasterisk.jp/tech/systemConstruction/proftpd01_01.jsp



最新の画像もっと見る

コメントを投稿