The directory has old and RPMs in it, that makes it a bit more difficult. Get a file listing from 'dir', save it to a text file called 'evo.rpms', then run:
for i in `grep "Mar 13" evo.rpms | tr -s [:blank:] | cut -d " " -f 9`; do wget ftp://ftp.ximian.com/pub/ximian-evolution-beta/redhat-80-i386/$i; done _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
