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: email@hidden
- Date: Wed, 27 Feb 2002 20:00:33 -0800
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?
If it's writing to stderr, then NSTask lets you get that too. If not,
then I have no idea. :->
Is curl open source? If so, you could just look and see what it's
doing for output. From it's help information, it appears to be part of
Darwin, so the source should be online.
Ben Haller
Stick Software
_______________________________________________
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.