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: Scott Anguish <email@hidden>
- Date: Tue, 17 May 2005 00:53:59 -0400
On May 16, 2005, at 10: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 :).
as some else has pointed out, you can't get there with NSURL.
You could spawn a shell and use curl.
ftp is antiquated, insecure and generally blech. Do you have
any control over teh server side?
--
"William Cheeseman ... is said not to be a doofus in real life." -
Roger Ebert, Chicago Sun-Times Online
Scott Anguish
email@hidden
_______________________________________________
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