Re: xCode 1.2
Re: xCode 1.2
- Subject: Re: xCode 1.2
- From: Allan Odgaard <email@hidden>
- Date: Mon, 26 Apr 2004 04:31:21 +0200
On 26. Apr 2004, at 3:33, ALB wrote:
It was a bit hard to download for me as well.
I had to catch the FTP address and use Transmit to log to the US
server, the european was overwhelmed.
The european has *never* been useful for me (and I live in Denmark).
Just catch the ftp address that includes you login and pw just after
you clicked the download link and use a FTP client.
Curl (i.e. /usr/bin/curl) can download sequences by using [] as in:
curl -O
ftp://ftp.numericals.com/file[001-100].txt
Although it crashed after every third download when I used "0[01-21]",
but it worked when writing "00[1-9]", "01[0-9]", and "02[0-1]".
That said, I don't see anyone benefitting from the current "segmented
downloads" practice, especially combined with their time-limited
session passwords.
_______________________________________________
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.