| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.extra.ssh.engine.sshj |
SSH 引擎封装
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SshjSftp |
SshjSftp.of(String sshHost,
int sshPort,
String sshUser,
String sshPass)
构造
|
static SshjSftp |
SshjSftp.of(String sshHost,
int sshPort,
String sshUser,
String sshPass,
Charset charset)
构造
|
static SshjSftp |
SshjSftp.of(String sshHost,
String sshUser,
String sshPass)
构造
|
SshjSftp |
SshjSession.openSftp(Charset charset)
打开SFTP会话
|
Copyright © 2023. All rights reserved.