I need to download and unzip a sitemap.xml file that is compressed (maybe tar + gzip?) into a sitemap.xml.gz
From Windows I use 7zip. But note that the gz contains a directory with the same name of the zipped file (maybe due to tar + gx)
How can I do in c#?
Thanks