static File loadBinaryPageToDefaultFile(S url) { File file = defaultFileForDownloadedURL(url); loadBinaryPageToFile(url, file); ret file; }