| 程序包 | 说明 |
|---|---|
| com.fr.config | |
| com.fr.ftp |
Common socket classes and protocol command utility classes
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends BaseFtpServer> |
FtpServerConfig.getFtpServers(java.lang.Class<T> clazz)
获取指定类型的ftp服务器
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Map<java.lang.String,BaseFtpServer> |
FtpServerConfig.getFtpServers()
获取所有的ftp服务器
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FtpServerConfig.putFtpServer(java.lang.String name,
BaseFtpServer ftpServer)
添加一个ftp服务器
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FtpServerConfig.putFtpServers(java.util.Map<java.lang.String,BaseFtpServer> ftpServers)
设置所有可用的ftp服务器
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FtpServer
普通的ftp服务器配置
|
class |
SFtpServer
Secure Ftp服务器连接配置
|