mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
更新了 Ftp.existFile(String path) 的方法描述
该方法应该是“判断ftp服务器目录内是否还有子元素(目录或文件)”而不是“判断ftp服务器文件是否存在”,旧的方法描述具有误导性,让人误以为这个方法是判断指定的path是否存在
This commit is contained in:
parent
2c399fd72a
commit
2d9bc10cec
@ -418,7 +418,7 @@ public class Ftp extends AbstractFtp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 判断ftp服务器文件是否存在
|
* 判断ftp服务器目录内是否还有子元素(目录或文件)
|
||||||
*
|
*
|
||||||
* @param path 文件路径
|
* @param path 文件路径
|
||||||
* @return 是否存在
|
* @return 是否存在
|
||||||
|
Loading…
x
Reference in New Issue
Block a user