| | |
| | | */ |
| | | public static String ftpPassword; |
| | | |
| | | /** |
| | | * ftp服务器用户名 (进) |
| | | */ |
| | | public static String ftpUserNameIn; |
| | | |
| | | /** |
| | | * ftp服务器密码 (进) |
| | | */ |
| | | public static String ftpPasswordIn; |
| | | |
| | | |
| | | |
| | | /** |
| | | * ftp服务器路径 |
| | | */ |
| | | public static String ftpPath; |
| | | |
| | | |
| | | /** |
| | | * ftp服务器路径(接收内网) |
| | | */ |
| | | public static String ftpPathIn; |
| | | |
| | | /** |
| | | * 本地路径 |
| | |
| | | FtpConfig.ftpPassword = ftpPassword; |
| | | } |
| | | |
| | | public void setFtpUserNameIn(String ftpUserNameIn) { |
| | | FtpConfig.ftpUserNameIn = ftpUserNameIn; |
| | | } |
| | | |
| | | public void setFtpPasswordIn(String ftpPasswordIn) { |
| | | FtpConfig.ftpPasswordIn = ftpPasswordIn; |
| | | } |
| | | |
| | | public void setFtpPath(String ftpPath) { |
| | | FtpConfig.ftpPath = ftpPath; |
| | | } |
| | | |
| | | public void setFtpPathIn(String ftpPathIn) { |
| | | FtpConfig.ftpPathIn = ftpPathIn; |
| | | } |
| | | |
| | | public void setLocalPath(String localPath) { |
| | | FtpConfig.localPath = localPath; |
| | | } |