Re: Curl progress bar ?
Re: Curl progress bar ?
- Subject: Re: Curl progress bar ?
- From: Graham Anderson <email@hidden>
- Date: Mon, 31 Jan 2005 15:39:51 -0800
is it better to download the file with http [like open location] where
it opens a browser window and show progress
how do most Applescript users chart a file download progress with curl ?
with curl, is opening up a terminal window the only way ?
many thanks
On Jan 31, 2005, at 3:23 PM, Doug McNutt wrote:
At 15:07 -0800 1/31/05, Graham Anderson wrote:
is there some kind of progress bar for curl ?
something that users can see to be aware of a downloading file
Try doing a "do script" command addressed to Terminal.app.
curl has its own progress "bar" which is implemented with writes to
stderr. It uses return characters, as opposed to lineends, so that it
overwrites the previous line in a terminal emulator that really
emulates.
There are problems with addressing specific windows in Terminal.app
which are under discussion in the thread:
New window in Terminal.app
--
--> There are 10 kinds of people: those who understand binary, and
those who don't <--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden