Results 1 to 3 of 3
am using wget to download the specific directory conents of a website. that dir does not have an index.html. i get a 403 forbidden message when i use wget. how ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-07-2006 #1Just Joined!
- Join Date
- May 2005
- Posts
- 3
wget 403 forbidden error when no index.html.
am using wget to download the specific directory conents of a website. that dir does not have an index.html. i get a 403 forbidden message when i use wget. how to solve the problem.
- 07-07-2006 #2Linux Enthusiast
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
do you get a 403 error when you browse to it in the browser?
- 07-15-2006 #3
Try index.shtml, index.php, index.asp, index.htm, index.jsp.
They probably have "Options -Indexes" set in their .htaccess file. I do that too. You can fetch any file that you know about, but you can't get a directory, because I frequently have half-baked stuff in progress there that I don't want anybody to see.


Reply With Quote
