🚀 升级 orion-kit 版本.
This commit is contained in:
@@ -79,7 +79,7 @@ public class SftpFileUtils {
|
||||
SftpFileVO vo = new SftpFileVO();
|
||||
vo.setName(file.getName());
|
||||
vo.setPath(file.getPath());
|
||||
vo.setSuffix(Files1.getSuffix(file.getName()));
|
||||
vo.setSuffix(Files1.getFileNameSuffix(file.getName()));
|
||||
vo.setSize(file.getSize());
|
||||
vo.setPermission(file.getPermission());
|
||||
vo.setUid(file.getUid());
|
||||
|
||||
Reference in New Issue
Block a user