Re: multiple_file_downloading

2002-10-16 Thread wolfgang
you can use the GNU program wget in linux/unix and windows. to download an entire directory with wget (using anonymous ftp) you would simply type wget -r ftp://whatever/your/server/is/directory/ find wget via freshmeat.net, for the windows version see http://space.tin.it/computer/hherold/ hope

multiple_file_downloading

2002-10-15 Thread harsha godavari
I would like to try and install FreeBSD 2.11 on a i386 with 4MB RAM. FreeBSD 2.11 is available from ftp://moe.2bsd.com/pub/2.11BSD. Unfortunatly, there are several hundred small files in this directory.At present I am using Netscape and shift_clicking on each name is slow and painful :-) .

Re: multiple_file_downloading

2002-10-15 Thread Jacob Rhoden
On Wed, 16 Oct 2002 11:07, harsha godavari wrote: FreeBSD 2.11 is available from ftp://moe.2bsd.com/pub/2.11BSD. Unfortunatly, there are several hundred small files in this directory.At present I am using Netscape and shift_clicking on each name is slow and painful :-) . Based on the above

Re: multiple_file_downloading

2002-10-15 Thread Marco Radzinschi
Use ncftp (in the ports) to download an entire directory. You can use the -R switch with get, as in get -R dirname to fetch a directory and everything in it. If you want to download it from Windows, you can use an ftp client like WS_FTP, which can be found on www.download.com. Marco Radzinschi

Re: multiple_file_downloading

2002-10-15 Thread Bob Johnson
On Tuesday 15 October 2002 10:05 pm, Jacob Rhoden appears to have written: On Wed, 16 Oct 2002 11:07, harsha godavari wrote: FreeBSD 2.11 is available from ftp://moe.2bsd.com/pub/2.11BSD. Unfortunatly, there are several hundred small files in this directory.At present I am using