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

Invalid URL scheme for background downloads: ftp. Valid schemes are http or https #18

Closed zeqinjie closed 8 years ago

zeqinjie commented 8 years ago

When I try to use FTP transmission mode,the issues is "Invalid URL scheme for background downloads: ftp. Valid schemes are http or https"

mzeeshanid commented 8 years ago

This component is designed to work with http.

zeqinjie commented 8 years ago

thank ,but when i chang the NSURLSessionConfiguration to defaultSessionConfiguration,it can downloads,just it can not suport the background downloads,how to solve ?

ruchiragile commented 8 years ago

Same issue found. How to solve for "https"?