This commit is contained in:
2024-10-28 19:59:39 +08:00
parent a05f3e15eb
commit 4dc7551228
10 changed files with 575 additions and 0 deletions

15
vsftpd/README.md Normal file
View File

@@ -0,0 +1,15 @@
# 构建 vsftpd 镜像
## 定制
- 安装 vsftpd
## 外挂目录和文件
- /etc/vsftpd/vsftpd.conf: vsftpd 配置文件
- /var/log/vsftpd: vsftpd 日志目录
- 数据目录
* anonymous 用户: /var/lib/ftp
* 其他用户: $HOME 或 local_root
## 案例
- [Demo/](Demo/): 部署 vsftpd