|
|
@ -472,7 +472,9 @@ bool CRyzomFileRetrieverImplementation::downloadBackupFiles(const CSString& shar
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
|
|
|
// generate a local filename for the downloaded file
|
|
|
|
// generate a local filename for the downloaded file
|
|
|
|
CSString localFileName= NLMISC::CPath::standardizePath(localDirectory)+(fileName+"_"+fdc[i].FileName.replace("/","_")).replace(".","_");
|
|
|
|
CSString localFileName= NLMISC::CPath::standardizePath(localDirectory)+(fileName+"_"+fdc[i].FileName);
|
|
|
|
|
|
|
|
localFileName = localFileName.replace("/","_");
|
|
|
|
|
|
|
|
localFileName = localFileName.replace(".","_");
|
|
|
|
nlinfo("Requesting file download: REMOTE:%s => LOCAL:%s",fdc[i].FileName.c_str(),localFileName.c_str());
|
|
|
|
nlinfo("Requesting file download: REMOTE:%s => LOCAL:%s",fdc[i].FileName.c_str(),localFileName.c_str());
|
|
|
|
|
|
|
|
|
|
|
|
// put in a request for the file to be retrieved
|
|
|
|
// put in a request for the file to be retrieved
|
|
|
|