Tagged Questions
0
votes
2answers
162 views
downloading large amount of files
I'm researching solutions for a potential client. They're requesting the ability to download a large amount of MP3's (1000+) from their online catalog.
I've researched/tested building a zip ...
2
votes
3answers
2k views
Computing progress (bar) using GZipStream
I'm reading a .gz file from some slow source (like FTP Server) and am processing the received data right away. Looks something like this:
FtpWebResponse response = ftpclientRequest.GetResponse() as ...