FreeBSD WEB服务器架设笔记 3
[来源:网上转载 () | 作者:网友() | 时间:2007-07-07 | 浏览:人次 ]
pure_ftpd
安装没什么可说的:
| Code: | [Copy to clipboard] |
cd /usr/ports/ftp/pure-ftpd make WITH_MYSQL=1\ WITH_LANG=simplified-chinese\ install clean #WITH_MYSQL=1 这个配置项是为了使用 mysql 作 pure-ftpd 的帐户管理 |
|
接下去修改配置文件:
先去拷一个sample来
编辑:
以下是 pure-ftpd.conf 的翻译版,E文不行的自己看吧,赫赫
| Code: | [Copy to clipboard] |
############################################################ # # # Configuration file for pure-ftpd wrappers # # # ############################################################
|
|