Package | Description |
---|---|
org.dromara.hutool.extra.ssh.engine.jsch |
Jsch(http://www.jcraft.com/jsch/) 引擎封装
|
Modifier and Type | Method and Description |
---|---|
void |
JschSession.bindLocalPort(InetSocketAddress localAddress,
InetSocketAddress remoteAddress) |
void |
JschSession.bindRemotePort(InetSocketAddress remoteAddress,
InetSocketAddress localAddress) |
void |
JschSftp.recursiveDownloadFolder(String sourcePath,
File destDir)
递归下载FTP服务器上文件到本地(文件目录和服务器同步)
|
Copyright © 2025. All rights reserved.