mzeeshanid / MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
BSD 3-Clause "New" or "Revised" License
1.12k stars 238 forks source link

Download File Size #82

Closed Harshad290194 closed 5 years ago

Harshad290194 commented 5 years ago

its Return wrong size of downloaded file

mzeeshanid commented 5 years ago

You can also use NSFileManager directly to get the file attributes.