ProFTPD

http://www.proftpd.org/

./configure  --with-modules=mod_tls --with-includes=/usr/include/openssl
make
make install 
# default: on
# description: The ProFTPD FTP server
service ftp
{
       flags           = REUSE
       socket_type     = stream
       wait            = no
       user            = root
       server          = /usr/local/sbin/in.proftpd
       log_on_success  += HOST PID USERID EXIT DURATION
       log_on_failure  += HOST USERID
       disable         = no
}



/etc/init.d/xinetd restart 
/usr/local/sbin/proftpd -l
/usr/local/sbin/proftpd -n

proftpd.conf

LogFormat allinfo "%t :  %u (%a [%h]) : [%s], %T, %m (%f)"
LogFormat write "%t : %u : %F (%a) : [%s]"
LogFormat read "%t : %u : %F (%a) : [%s]"
LogFormat auth "%t : %u (%a [%h]) : [%s]"
ExtendedLog /var/log/proftpd/all.log ALL allinfo
ExtendedLog /var/log/proftpd/write.log WRITE write
ExtendedLog /var/log/proftpd/read.log  READ read
ExtendedLog /var/log/proftpd/auth.log AUTH auth









http://www.atmarkit.co.jp/fnetwork/rensai/netpro10/ftp-responsecode.html

/usr/local/sbin/proftpd -t /usr/local/etc/proftpd.conf
(/usr/local/sbin/proftpd -t)
/etc/init.d/xinetd restart

SSL/TLS

http://www.aconus.com/~oyaji/ftp/proftpd_ssl.htm
http://homepage1.nifty.com/yito/anhttpd/faq/ftp.html

TIPS

http://www.infoscience.co.jp/technical/proftpd/index.html
http://yamamaya.com/labo/labo2-3.html
http://www.stackasterisk.jp/tech/systemConstruction/proftpd01_01.jsp
http://www.miloweb.net/pastbbs/0005/1382.html
http://www.aconus.com/~oyaji/ftp/proftpd_rpm.htm
http://sphere.zive.net/server/ftp.htm
http://landisk.kororo.jp/diary/34_proftpssl.php


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS