mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2026-01-09 21:41:45 +00:00
Trace Upload failure.
This commit is contained in:
@@ -29,10 +29,10 @@ namespace OpenWifi {
|
||||
return NotFound();
|
||||
}
|
||||
|
||||
std::cout << "Get Filesize: " << DownloadFile.getSize() << std::endl;
|
||||
|
||||
std::cout << "Get Filesize: " << FileContent.size() << std::endl;
|
||||
SendFileContent(FileContent,"pcap",UUID+".pcap");
|
||||
// DownloadFile.remove();
|
||||
|
||||
// DownloadFile.remove();
|
||||
}
|
||||
|
||||
void RESTAPI_file::DoDelete() {
|
||||
|
||||
Reference in New Issue
Block a user