Date: Mon, 01 Feb 2010 10:26:47 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Fbsd1 <fbsd1@a1poweruser.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: FTP using .netrc Message-ID: <4B66AC67.4030602@infracaninophile.co.uk> In-Reply-To: <4B66A8E8.50903@a1poweruser.com> References: <4B66A8E8.50903@a1poweruser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01/02/2010 10:11, Fbsd1 wrote: > > machine ftp.FreeBSD.org > login anonymous > password FBSD@home.com > macdef init > prompt off > cd /pub/FreeBSD/releases/i386/8.0-RELEASE > epsv4 off > mget ERRATA.HTM ERRATA.TXT HARDWARE.HTM HARDWARE.TXT README.HTM > mget README.TXT RELNOTES.HTM RELNOTES.TXT cdrom.inf docbook.css > $ getdir base catpages dict doc games info kernels manpages ports > proflibs src > quit > > macdef getdir > ! mkdir $i > mget $i/* > > > Question is how can I make FTP resume the download at the place it timed > out. IE not start at the beginning and re-download all the same files > all ready received. ftp -vR ftp.FreeBSD.org just starts downloading from > the beginning again. Change your 'mget' commands into 'mreget' Or just use wget in mirror-mode... Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktmrGcACgkQ8Mjk52CukIzm9ACghwg5MhvKCSqAca621AKg6It/ iD4An3/4spV6EeaCkizbTyKKRFZRNKeC =dHOF -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B66AC67.4030602>