| 程序包 | 说明 |
|---|---|
| top.ibase4j.core.support.ftp |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FtpClient.close()
关闭FTP客户端
|
boolean |
FtpClient.downLoadFile(String remotePath,
String localPath)
下载
|
boolean |
FtpClient.uploadFile(String remotePath,
String localPath)
上传
|
boolean |
FtpClient.uploadFiles(File localeFile,
String remotePath)
递归上传文件
|
| 构造器和说明 |
|---|
FtpClient(String host,
int port,
String username,
String password)
初始化
|
Copyright © 2017. All rights reserved.