apt-getで済ます。
apt-get install proftpd
standaloneとinetdの選択
今回はそんな頻繁に使うものではないのでinetdを選択inetdの編集
/etc/inetd.confを編集する。ftpの設定を書き換える。ftp stream tcp nowait root /usr/sbin/tcpd /usr/local/sbin/proftpd
proftpd.confの編集
/etc/proftpd.confを編集する。今回はinetdで使用する。(install時に設定するので不要)ServerType inetd
コメントする