Re: Curl GUI wrapper using NSTask == no output?
Re: Curl GUI wrapper using NSTask == no output?
- Subject: Re: Curl GUI wrapper using NSTask == no output?
- From: Alex Keresztes <email@hidden>
- Date: Thu, 28 Feb 2002 03:28:59 -0600
Dan Wood has a wrapper around CURL you can use.
Check out the webpage:
http://curlhandle.sourceforge.net/
Why reinvent the wheel?
Alex
On Wednesday, February 27, 2002, at 06:25 PM, Marc Respass wrote:
Hi,
I'm trying to write a simple GUI wrapper for /usr/bin/curl. My standard
template for writing wrappers which uses threading
(readInBackgroundAndNotify) doesn't receive any output to stdout. I'm
guessing that curl is not writing to stdout but to something else to
put output on the screen without scrolling. Is there any way for me to
get that output using NSTask?
Thanks
Marc
_______________________________________________
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.
_______________________________________________
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.