Re: Where did NSSession put my file ?

2015-09-29 Thread Jens Alfke
> On Sep 28, 2015, at 9:54 PM, Gerriet M. Denkmann wrote: > > NSURLSessionDelegate and NSURLSessionTaskDelegate methods get called (as > expected) but none of the NSURLSessionDownloadDelegate methods ever get > called. Your NSURLSessionDataDelegate should be getting called, with data coming f

Where did NSSession put my file ?

2015-09-28 Thread Gerriet M. Denkmann
OS X 10.10.5 Trying to download a file with: session = [ NSURLSessionsessionWithConfiguration: defaultSessionConfiguration delegate: self delegateQu

Where did NSSession put my file ?

2015-09-28 Thread Gerriet M. Denkmann
OS X 10.10.5 Trying to download a file with: session = [ NSURLSessionsessionWithConfiguration: defaultSessionConfiguration delegate: self delegateQu