The downloaded logs filename includes ':' characters in Linux. I was having trouble decompressing the file due to this. After renaming the file I was able to decompress. I am not sure if this was the reason but I suggest not to return a file with those characters. I used 'tar -xvjf filename' to decompress.
The downloaded logs filename includes ':' characters in Linux. I was having trouble decompressing the file due to this. After renaming the file I was able to decompress. I am not sure if this was the reason but I suggest not to return a file with those characters. I used 'tar -xvjf filename' to decompress.