RE: wget 403 forbidden error when no index.html.

2006-07-07 Thread Post, Mark K
The short answer is that you don't get to do it.  If your browser can't
do it, wget isn't going to be able to do it.


Mark Post 

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Aditya Joshi
Sent: Friday, July 07, 2006 12:15 PM
To: wget@sunsite.dk
Subject: wget 403 forbidden error when no index.html.


I am trying to download a specific directory contents of a site and i
kep
getting the 403 forbidden when i run wget. The direcotry does not have
an
index.html and ofcourse any refrences to that path result a 403 page
displayed
in my browser. Is this why wget is not working. If so how to download
contents
of such sites.




RE: wget 403 forbidden error when no index.html.

2006-07-07 Thread Tony Lewis
You seriously expected the server to provide wget with a file when it
returned 403 to the browser?

wget must be provided with a valid URL before it can do anything. If you
want to download something from the server, figure out how to retrieve it in
your browser and then provide that URL to wget.

Tony
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Aditya Joshi
Sent: Friday, July 07, 2006 9:15 AM
To: wget@sunsite.dk
Subject: wget 403 forbidden error when no index.html.


I am trying to download a specific directory contents of a site and i kep
getting the 403 forbidden when i run wget. The direcotry does not have an
index.html and ofcourse any refrences to that path result a 403 page
displayed in my browser. Is this why wget is not working. If so how to
download contents of such sites.