also sprach Jenner Almanzar (on Tue, 03 Jul 2001 03:23:54PM -0400):
> Can anybody tell how can i download a complete folder using ftp? in case the
> answer is "it's not imposible", from where can i download the GNU/Linux Debian
> 2.2r3 (potato) in order to install it from the hard disk.
ncftpget -R
that requires ncftp 3, of course.
but if you really want to download the entire tree, i'd recommend
rsync:
rsync -avutP --exclude-from debian_exclude \
--delete --delete-excluded \
ftp.<country>.debian.org::debian/ ./debian
fill <country> with the two letters corresponding to your country (or
nearby ones, or "us"), and after 2.5 years on a V.90 connection,
you'll have the data mirrored in the ./debian directory. i am
including my debian_exclude file, which excludes everything but debian
for x86, powerpc, and the hurd.
cat << EOF > debian_exclude
*-alpha*
*-arm*
*-m68k*
*-sparc*
*-ia64*
*-mips*
*-s390*
*-hppa*
*-mipsel*
*_arm.*
*_alpha.*
*_m68k.*
*_sparc.*
*_ia64.*
*_mips.*
*_s390.*
*_hppa.*
*_mipsel.*
EOF
martin; (greetings from the heart of the sun.)
\____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck
--
yesterday it worked.
today it is not working.
windoze is like that.
Attachment:
pgp06Fkmrn9d4.pgp
Description: PGP signature