Package | Description |
---|---|
org.dromara.hutool.extra.ftp |
基于Apache Commons Net封装的FTP工具
|
org.dromara.hutool.extra.ssh.engine.jsch |
Jsch(http://www.jcraft.com/jsch/) 引擎封装
|
org.dromara.hutool.extra.ssh.engine.sshj |
SSH 引擎封装
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFtp
抽象FTP类,用于定义通用的FTP方法
|
class |
CommonsFtp
Apache Commons FTP客户端封装
此客户端基于Apache-Commons-Net 常见搭建ftp的工具有: filezila server ;根目录一般都是空 linux vsftpd ; 使用的 系统用户的目录,这里往往都是不是根目录,如:/home/hutool/ftp |
Modifier and Type | Method and Description |
---|---|
Ftp |
Ftp.reconnectIfTimeout()
如果连接超时的话,重新进行连接
|
Modifier and Type | Class and Description |
---|---|
class |
JschSftp
SFTP是Secure File Transfer Protocol的缩写,安全文件传送协议。
|
Modifier and Type | Class and Description |
---|---|
class |
SshjSftp
在使用jsch 进行sftp协议下载文件时,总是中文乱码,而该框架源码又不允许设置编码。
|
Copyright © 2025. All rights reserved.