NSURLDownload and FTP Proxies
NSURLDownload and FTP Proxies
- Subject: NSURLDownload and FTP Proxies
- From: Elliott <email@hidden>
- Date: Mon, 13 Jun 2011 10:17:04 -0700 (PDT)
Does NSURLDownload automatically handle FTP proxies set in the System Preferences?
I'm creating an NSURLDownload like:
myDownload = [[NSURLDownload alloc] initWithRequest: myRequest delegate: self];
[myDownload setDestination: (NSString *)filePath allowOverwrite: YES];
where myRequest points to a ftp server like: ftp://mysite.com/myfolder
and I don't see the ftp request going through my ftp proxy server. Is there something else I need to do?
Thanks,
Elliott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden