Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!ucsfcgl!cgl.ucsf.edu!kscott From: kscott@cgl.ucsf.edu Newsgroups: comp.sys.mac.misc Subject: ftp.apple.com download scripts Message-ID: <18770@cgl.ucsf.EDU> Date: 15 May 91 13:16:27 GMT Sender: root@cgl.ucsf.edu Reply-To: kscott@cgl.ucsf.edu () Distribution: usa Organization: Computer Graphics Lab, UCSF Lines: 49 I successfully got to ftp.apple.com. For those who want to get on and off as quickly as possible I made some little scripts for cutting and pasting. Be sure you have enough free space on your destination to enable a quick hit. Here's a script for downloading the fdhd images (for 800k, see below) --------------- cd dts/mac/system7/7.0.software/fdhd.images get disk-tools-image.hqx get install-1-image.hqx get install-2-image.hqx get printing-image.hqx get fonts-image.hqx get tidbits-image.hqx bye --------------- Requires 7500k free space on the destination. Heres an ls -lt: -rw-r-xr-x 1 mjohnson 1143229 May 13 09:23 tidbits-image.hqx -rw-r-xr-x 1 mjohnson 1006420 May 13 09:23 printing-image.hqx -rw-r-xr-x 1 mjohnson 771706 May 13 09:22 install-2-image.hqx -rw-r-xr-x 1 mjohnson 1689717 May 13 09:22 install-1-image.hqx -rw-r-xr-x 1 mjohnson 1161915 May 13 09:21 fonts-image.hqx -rw-r-xr-x 1 mjohnson 1805630 May 13 09:21 disk-tools-image.hqx Here's a script for downloading the 800k images. --------------- cd dts/mac/system7/7.0.software/800k.images get disk-tools-image.hqx get install-1-image.hqx get install-2-image.hqx get install-3-image.hqx get printing-image.hqx get fonts-image.hqx get tidbits-image.hqx get more-tidbits-image.hqx bye --------------- Requires 6500k free spaceon the destination. Heres an ls -lt: -rw-r-xr-x 1 mjohnson 737425 May 13 09:25 more-tidbits-image.hqx -rw-r-xr-x 1 mjohnson 823868 May 13 09:25 disk-tools-image.hqx -rw-r-xr-x 1 mjohnson 737510 May 13 09:25 tidbits-image.hqx -rw-r-xr-x 1 mjohnson 783459 May 13 09:24 printing-image.hqx -rw-r-xr-x 1 mjohnson 775864 May 13 09:24 install-3-image.hqx -rw-r-xr-x 1 mjohnson 843655 May 13 09:24 install-2-image.hqx -rw-r-xr-x 1 mjohnson 1026035 May 13 09:24 install-1-image.hqx -rw-r-xr-x 1 mjohnson 841038 May 13 09:23 fonts-image.hqx