Re: Best way to upload a large file (FTP) ...
Re: Best way to upload a large file (FTP) ...
- Subject: Re: Best way to upload a large file (FTP) ...
- From: m <email@hidden>
- Date: Mon, 16 May 2005 19:28:32 -0700
On May 16, 2005, at 7:22 PM, Ben D. Jones wrote:
I'm writing an application that needs to upload large files through
ftp. I'm trying to figure out what would be the best way to
implement this and while looking through the NSUrl documentation
and - (BOOL)writeToURL:(NSURL *)aURL. I can't seem to find anything
that explains how to not only upload a file but store pieces for
pause/resume functionality. I'm not looking for a complete
example, just a place to look for ideas, cause I'm out :).
Annoyingly, you can't use writeToURL: to upload files. Works great
with file URLs though (like file:///foo/bar).
The canonical response queries like this is to use the CURLHandle
framework. Search the archives; I'm pretty sure I posted code awhile
back that uploads files using CURLHandle.
_murat
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden