microsoft/referencesource

Download FTP gzip compressed files and

madushann opened this issue · 0 comments

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.