(安裝前請先將Debian UTF-8化)

  • wget http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.27.tar.gz
  • tar -zxvf pure-ftpd-1.0.27.tar.gz
  • cd pure-ftpd-1.0.27
  • (./configure --help可看到所有的參數,依照實際情況來加)
  • aptitude install libssl-dev
  • ./configure --with-tls --with-diraliases --with-altlog --with-sysquotas -with-quotas --with-throttling --with-ratios --with-ftpwho --with-rfc2640
  • make install-strip
  • cd configuration-file
  • perl pure-config.pl pure-ftpd.conf (啟動服務)
  • 服務重啟前先 pkill pure-ftpd (將process刪除) 之後再啟動服務
Categories: Linux