String localTmpDir = getLocalDownloadDirPath(true);
// 下载的路径
String localDir = getLocalDownloadDirPath(false);
// 设置远程地址
RemoteUrl remoteUrl = new RemoteUrl(url, hostList);
// 下载
return restfulMgr.downloadFromServer(remoteUrl, fileName, localTmpDir,
localDir, this.enableLocalDownloadDirInClassPath, retryTime,
retrySleepSeconds);