Tag Archives: GZip
Note: GZipStream
Welcome to CodeSpread!A short note from my experience: From the name itself you can at least make a guess about the functionality of the GZipStream class(present under: System.IO.Compression). Yes..your guess is absolutely correct. It compresses data. There are various application of this class and is very efficient too. It saves data in the form of…..
VB.Net: Download file from FTP and UnZip
Experience: Many application requires data migration tasks to execute on daily basis. To achieve this we generally seek help of SSIS package, if at all we are making use of SQL sever. So, consider a case where you need to download a file from FTP location. Besides this, what if the file present on the FTP is…..









