Modifier and Type | Method and Description |
---|---|
IFileDownloader |
IFtpInstance.download(String remote,
File local)
获取大文件下载器
|
IFileDownloader |
IFtpInstance.download(String remote,
String local)
获取大文件下载器
|
Modifier and Type | Class and Description |
---|---|
class |
FtpDownloader
FTP 大文件下载 支持断点续传, 实时速率
|
Modifier and Type | Method and Description |
---|---|
IFileDownloader |
ISftpExecutor.download(String remote,
File local)
获取文件上传器
|
IFileDownloader |
ISftpExecutor.download(String remote,
String local)
获取文件下载器
|
Modifier and Type | Class and Description |
---|---|
class |
SftpDownloader
SFTP 大文件下载 支持断点续传, 实时速率
|
Modifier and Type | Class and Description |
---|---|
class |
BaseFileDownloader
大文件下载 基类 支持断点续传, 实时速率
|
Copyright © 2024. All rights reserved.