microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.17k stars 1.27k forks source link

Download FTP gzip compressed files and #137

Open madushann opened 4 years ago

madushann commented 4 years ago

I was trying to download a file from FTP location which is gzip file and trying to decompress using GZipStream. https://github.com/microsoft/referencesource/blob/master/System/sys/system/IO/compression/GZipStream.cs

Is there a way to decompress the file without writing the file to file system? directly passing file stream to GZipStream and get decompress text xml? actually it is an xml file.