# ftp-server **Repository Path**: leejones92/ftp-server ## Basic Information - **Project Name**: ftp-server - **Description**: 基于springboot2的嵌入式ftpServer。 使用Apache FTPServer - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2021-02-25 - **Last Updated**: 2021-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ftp-server #### 介绍 基于springboot2的嵌入式ftpServer。 #### 技术栈 SpringBoot 2.1.1 Apache FTPServer #### 安装教程 1. 获取项目 https://gitee.com/softeer/ftp-server.git 2. 建议使用Idea IDE 3. 运行SpringBoot 项目 [自行百度] #### 部署 1. Windows系统下,直接运行打包好的jar「别问我怎么来的jar」,根据代码中ftp的配置信息即可连接并使用; 2. Mac、Linux 需要优先解决防火墙和ftp用户的问题「我觉得你也会百度」,方可运行jar。 如果用以做图片服务等,只需搭建Nginx代理服务器,指向所需的位置即可。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request