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

How to change 'baseFilePath' or 'destinationPath' of the download file #22

Closed l900416 closed 7 years ago

l900416 commented 7 years ago

A very great job! Can I change the 'baseFilePath' or 'destinationPath' of the download file with pod 'MZDownloadManager'

Thanks!

mzeeshanid commented 7 years ago

Currently to change baseFilePath you have to change it in the pods. It looks like it must has an option to change. I am adding this feature in up coming update.

mzeeshanid commented 7 years ago

I have pushed some changes on a separate branch. Could you please test it and verify all is ok and this is exactly what you need?

l900416 commented 7 years ago

Nice. That's exactly what I need. Thanks for your reply

mzeeshanid commented 7 years ago

Ok thanks I will now merge it with the master branch.

Sent from Yahoo Mail on Android

On Thu, Sep 1, 2016 at 5:56 AM, liangtongnotifications@github.com wrote:
Nice. That's exactly what I need. Thanks for your reply

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.