mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2026-01-08 21:11:25 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -28,8 +28,8 @@ namespace OpenWifi {
|
||||
if (FileType == "pcap") {
|
||||
SendFileContent(FileContent, "application/vnd.tcpdump.pcap", UUID + ".pcap");
|
||||
}
|
||||
else if (FileType == "gzip") {
|
||||
SendFileContent(FileContent, "application/gzip", UUID + ".tar.gz");
|
||||
else if (FileType == "tgz" ) {
|
||||
SendFileContent(FileContent, "application/gzip", UUID + ".tgz");
|
||||
}
|
||||
else if (FileType == "txt") {
|
||||
SendFileContent(FileContent, "txt/plain", UUID + ".txt");
|
||||
|
||||
Reference in New Issue
Block a user