Package | Description |
---|---|
org.dromara.hutool.extra.ssh.engine.sshj |
SSH 引擎封装
|
Modifier and Type | Method and Description |
---|---|
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 © 2025. All rights reserved.