Re: NSURL - download files
Re: NSURL - download files
- Subject: Re: NSURL - download files
- From: m <email@hidden>
- Date: Fri, 13 Feb 2004 13:55:22 -0800
Frustratingly, non of NSURL-ish classes allows uploading of files.
You're better off using the CURLHandle framework
<http://curlhandle.sourceforge.net/>.
On Feb 13, 2004, at 4:51 AM, Stefan Pantke wrote:
Is this really true?
How about
- (BOOL)writeToURL:(NSURL *)aURL atomically:(BOOL)atomically
and encoding in an FTP:// like URL username and password? Will this
really fail to write NSData to an FTP-Server?
It fails for me. See also:
see <
http://cocoa.mamasam.com/COCOADEV/2002/12/2/52647.php>
_murat
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.