Package | Description |
---|---|
cn.hutool.extra.ftp |
基于Apache Commons Net封装的FTP工具
|
cn.hutool.extra.ssh |
Jsch封装,包括端口映射、SFTP封装等,入口为JschUtil
|
Modifier and Type | Class and Description |
---|---|
class |
Ftp
FTP客户端封装
此客户端基于Apache-Commons-Net 常见搭建ftp的工具有 1、filezila server ;根目录一般都是空 2、linux vsftpd ; 使用的 系统用户的目录,这里往往都是不是根目录,如:/home/ftpuser/ftp |
Modifier and Type | Method and Description |
---|---|
abstract AbstractFtp |
AbstractFtp.reconnectIfTimeout()
如果连接超时的话,重新进行连接
|
Modifier and Type | Class and Description |
---|---|
class |
Sftp
SFTP是Secure File Transfer Protocol的缩写,安全文件传送协议。
|
class |
SshjSftp
在使用jsch 进行sftp协议下载文件时,总是中文乱码,而该框架源码又不允许设置编码。
|
Modifier and Type | Method and Description |
---|---|
AbstractFtp |
SshjSftp.reconnectIfTimeout() |
Copyright © 2024. All rights reserved.