| Package | Description |
|---|---|
| org.aoju.bus.extra.ftp | |
| org.aoju.bus.extra.ssh |
| Modifier and Type | Field and Description |
|---|---|
protected FtpConfig |
AbstractFtp.ftpConfig |
| Modifier and Type | Method and Description |
|---|---|
static FtpConfig |
FtpConfig.create() |
FtpConfig |
FtpConfig.setCharset(Charset charset) |
FtpConfig |
FtpConfig.setConnectionTimeout(long connectionTimeout) |
FtpConfig |
FtpConfig.setHost(String host) |
FtpConfig |
FtpConfig.setPassword(String password) |
FtpConfig |
FtpConfig.setPort(int port) |
FtpConfig |
FtpConfig.setSoTimeout(long soTimeout) |
FtpConfig |
FtpConfig.setUser(String user) |
| Modifier and Type | Method and Description |
|---|---|
Ftp |
Ftp.init(FtpConfig config,
FtpMode mode)
初始化连接
|
| Constructor and Description |
|---|
AbstractFtp(FtpConfig config)
构造
|
Ftp(FtpConfig config,
FtpMode mode)
构造
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sftp.init(FtpConfig config)
初始化
|
| Constructor and Description |
|---|
Sftp(FtpConfig config)
构造
|
Copyright © 2021. All rights reserved.