Re: Download contents of http directory?

2004-01-11 Thread Matthew Seaman
On Sun, Jan 11, 2004 at 04:53:52PM +1030, Malcolm Kay wrote: This raises a question for which I don't know the answer: How does one list an http directory that does allow it? Basically, you shouldn't. If the web site administrator has set up index.html files or otherwise prevented you from

Re: Download contents of http directory?

2004-01-11 Thread Malcolm Kay
On Sun, 11 Jan 2004 22:35, Matthew Seaman wrote: On Sun, Jan 11, 2004 at 04:53:52PM +1030, Malcolm Kay wrote: This raises a question for which I don't know the answer: How does one list an http directory that does allow it? Basically, you shouldn't. If the web site administrator has set

Re: Download contents of http directory?

2004-01-11 Thread Lucas Holt
If the admin does allow downloading, you will simply see the list by typing the path to the directory in the url you wish to look at. For example, lets say that you have a directory /music/ . If the webserver has directory listings on, you can simply type http://www.mydomain.com/music/ and

Re: Download contents of http directory?

2004-01-11 Thread Matthew Seaman
On Mon, Jan 12, 2004 at 12:18:52AM +1030, Malcolm Kay wrote: On Sun, 11 Jan 2004 22:35, Matthew Seaman wrote: On Sun, Jan 11, 2004 at 04:53:52PM +1030, Malcolm Kay wrote: This raises a question for which I don't know the answer: How does one list an http directory that does allow it?

Download contents of http directory?

2004-01-10 Thread Minnesota Slinky
Hello list, How can I download the entire contents of a directory on a webserver? I can see them in index mode, but it's a list of about 2,000 jpg files for a reunion. How can I download everything there to one directory? TIA Eric F Crist 612-998-3588 AdTech Integrated Systems, Inc

Re: Download contents of http directory?

2004-01-10 Thread Bernard El-Hagin
Minnesota Slinky wrote: Hello list, How can I download the entire contents of a directory on a webserver? I can see them in index mode, but it's a list of about 2,000 jpg files for a reunion. How can I download everything there to one directory? Use wget. It's in ports. -- Cheers,

Re: Download contents of http directory?

2004-01-10 Thread Cordula's Web
How can I download the entire contents of a directory on a webserver? I can see them in index mode, but it's a list of about 2,000 jpg files for a reunion. How can I download everything there to one directory? With /usr/ports/ftp/wget: wget -r -x -v -np -k -np

Re: Download contents of http directory?

2004-01-10 Thread Eric F Crist
On Saturday 10 January 2004 04:44 pm, Bernard El-Hagin wrote: Minnesota Slinky wrote: Hello list, How can I download the entire contents of a directory on a webserver? I can see them in index mode, but it's a list of about 2,000 jpg files for a reunion. How can I download everything

Re: Download contents of http directory?

2004-01-10 Thread Eric F Crist
On Saturday 10 January 2004 05:45 pm, Eric F Crist wrote: On Saturday 10 January 2004 04:44 pm, Bernard El-Hagin wrote: Minnesota Slinky wrote: Hello list, How can I download the entire contents of a directory on a webserver? I can see them in index mode, but it's a list of

Re: Download contents of http directory?

2004-01-10 Thread Malcolm Kay
On Sun, 11 Jan 2004 16:18, Eric F Crist wrote: On Saturday 10 January 2004 05:45 pm, Eric F Crist wrote: On Saturday 10 January 2004 04:44 pm, Bernard El-Hagin wrote: Minnesota Slinky wrote: Hello list, How can I download the entire contents of a directory on a webserver? I

Re: Download contents of http directory?

2004-01-10 Thread Chris
On Sunday 11 January 2004 12:23 am, Malcolm Kay wrote: On Sun, 11 Jan 2004 16:18, Eric F Crist wrote: On Saturday 10 January 2004 05:45 pm, Eric F Crist wrote: On Saturday 10 January 2004 04:44 pm, Bernard El-Hagin wrote: Minnesota Slinky wrote: Hello list, How can I