| | |
| | | |
| | | |
| | | /** |
| | | * ftp服务器路径 |
| | | * ftp服务器基础路径 |
| | | */ |
| | | public static String ftpPath; |
| | | public static String ftpBasePath; |
| | | |
| | | /** |
| | | * ftp服务器文件路径 |
| | | */ |
| | | public static String ftpFilePath; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 本地路径 |
| | | */ |
| | | public static String localPath; |
| | | |
| | | |
| | | /** |
| | | * minio内网ip |
| | |
| | | FtpConfig.ftpPassword = ftpPassword; |
| | | } |
| | | |
| | | public void setFtpPath(String ftpPath) { |
| | | FtpConfig.ftpPath = ftpPath; |
| | | public void setFtpBasePath(String ftpBasePath) { |
| | | FtpConfig.ftpBasePath = ftpBasePath; |
| | | } |
| | | |
| | | public void setFtpFilePath(String ftpFilePath) { |
| | | FtpConfig.ftpFilePath = ftpFilePath; |
| | | } |
| | | |
| | | public void setLocalPath(String localPath) { |