PDA

View Full Version : Help downloading movie part 2




mymemory
Jul 23, 2003, 10:37 AM
Ok, I can't download this quicktime, it is very funny and heavy but I need help. I have quicktime pro.

http://www.fundacion.telefonica.com/at/rlh/video/bodymovies.html

Thanx



MacManDan
Jul 23, 2003, 11:12 AM
Open up a terminal window and type:

curl -O enter-the-movies-url-here

(note that it is a capital o, not a zero)

That should download the file to the folder that you initiate the command in. For more information, call curl's man page (type "man curl" sans quotes in the terminal window).
Let me know .. :)