feat: 初始化FTP服务器项目 - 支持Web管理界面

This commit is contained in:
Your Name
2026-05-06 17:32:38 +08:00
commit 1d36000b80
11 changed files with 2714 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# 编译产物
ftp-server.exe
*.exe
# 数据目录
data/
# 配置文件(包含密码等敏感信息)
config.json
# FTP根目录
ftp_root/
# Go 相关
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
Thumbs.db
Desktop.ini
.DS_Store