Package | Description |
---|---|
cn.orionsec.kit.net.ftp.client.instance |
Modifier and Type | Method and Description |
---|---|
FtpFile |
IFtpInstance.getFile(String file)
获取文件属性
文件不存在不会报错
|
FtpFile |
FtpInstance.getFile(String file) |
Modifier and Type | Method and Description |
---|---|
default List<FtpFile> |
IFtpInstance.listDirs(String path)
列出目录下的文件
|
List<FtpFile> |
IFtpInstance.listDirs(String path,
boolean child)
列出文件夹
|
List<FtpFile> |
BaseFtpInstance.listDirs(String path,
boolean child) |
default List<FtpFile> |
IFtpInstance.listFiles(String path)
列出目录下的文件
|
default List<FtpFile> |
IFtpInstance.listFiles(String path,
boolean child)
列出目录下的文件
|
List<FtpFile> |
IFtpInstance.listFiles(String path,
boolean child,
boolean dir)
文件和文件夹列表
|
List<FtpFile> |
BaseFtpInstance.listFiles(String path,
boolean child,
boolean dir) |
default List<FtpFile> |
IFtpInstance.listFilesFilter(String path,
FtpFileFilter filter)
列出目录下的文件
|
default List<FtpFile> |
IFtpInstance.listFilesFilter(String path,
FtpFileFilter filter,
boolean child)
列出目录下的文件
|
List<FtpFile> |
IFtpInstance.listFilesFilter(String path,
FtpFileFilter filter,
boolean child,
boolean dir)
列出目录下的文件
|
List<FtpFile> |
FtpInstance.listFilesFilter(String path,
FtpFileFilter filter,
boolean child,
boolean dir) |
Copyright © 2024. All rights reserved.