随笔分类 - 【Ftp】
摘要:一、将nginx和ftp搭建在一台服务器上 1、搭建ftp环境:参考:Centos7搭建FTP服务器 2、搭建nginx环境: 参考:CentOS7编译安装Nginx 三、只需要配置下nginx配置文件,和ftp存储目录的权限即可 1、配置nginx.conf文件 2、在设置下ftp存储路径的其他人
阅读全文
摘要:1、添加依赖的jar包 以gradle添加依赖为例 compile "org.apache.commons:commons-lang3:3.6" compile "commons-net:commons-net:3.6" 2、封装下FTPClient package com.moy.demo.com
阅读全文