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