Re: How to upload dictionary to online URL
Re: How to upload dictionary to online URL
- Subject: Re: How to upload dictionary to online URL
- From: Keith Renz <email@hidden>
- Date: Sun, 30 May 2004 01:15:00 -0400
On May 29, 2004, at 7:05 PM, Satoshi Matsumoto wrote:
I have tested the writeToURL for a remote URL with following code.
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
@"content1", @"key1",
@"content2", @"key2",
nil];
NSURL *url = [NSURL
URLWithString:@"ftp://<username>:<password>@<host>/<path>"];
BOOL done = [dict writeToURL:url atomically:YES];
But it does not work!
Sorry for my wrong comment.
Satoshi
Okay, so back to my original post What is least difficult way to do
this? CURLHandle? CFURL? Sure wish this would work!
Keith
_______________________________________________
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.