使用pureftpd配置支持虚拟用户的ftp服务器[技术]
简单记录一下蚊子使用pureftpd配置支持虚拟用户的ftp服务的过程 1,系统所需软件安装包 1.1,需要软件包 pure-ftpd-1.0.29.tar.gz 获取方式: http://download.pureftpd.org/pub/pure-ftpd/releases/ 2,ftp服务软件安装 2.1,pure-ftpd安装 # tar zxvf pure-ftpd-1.0.29.tar.gz # cd pure-ftpd-1.0.29 # ./configure --with-everything --with-tls # make # make install --with-everything 包含所有功能 --with-tls 激活SSL/TLS支持,需要openssl 3,ftp服务配置 3.1,pureftpd文件配置 # cp configuration-file/pure-ftpd.conf /etc/ # cp configuration-file/pure-config.pl /usr/local/bi......阅读全文
Tags: ftp, pure-ftpd, pureftpd, 虚拟用户