static SCPFile scpFileFromLibrary(RemoteResourceInfo f) { ret f == null ? null : nu(SCPFile, path := f.getPath(), isDirectory := f.getAttributes().getType() == FileMode.Type.DIRECTORY); }