Package | Description |
---|---|
cn.hutool.extra.ftp |
基于Apache Commons Net封装的FTP工具
|
cn.hutool.extra.ssh |
Jsch封装,包括端口映射、SFTP封装等,入口为JschUtil
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.net.ftp.FTPFile[] |
Ftp.lsFiles(String path)
遍历某个目录下所有文件和目录,不会递归遍历
|
Modifier and Type | Method and Description |
---|---|
boolean |
Sftp.cd(String directory)
打开指定目录,如果指定路径非目录或不存在抛出异常
|
Copyright © 2024. All rights reserved.