Hello, I'm trying to download the site <http://www.shamir7.com/> www.shamir7.com with wget with the following parameters: -v -r -l5 Unfortunately, wget stops at the first request. I can see that it gets this response from the server: -------------------------------------------------------------------------- HTTP/1.1 302 Cache-Control: private Content-Length: 9 Location: /default.aspx Server: Microsoft-IIS/6.0 MicrosoftSharePointTeamServices: 6.0.2.6568 IWS_IPOTRACK: PB107 X-Powered-By: ASP.NET Public-Extension: <http://schemas.microsoft.com/repl-2> http://schemas.microsoft.com/repl-2 Date: Mon, 30 Oct 2006 22:47:24 GMT Connection: close 302 FOUND -------------------------------------------------------------------------- For some reason wget is not able to follow the link to default.aspx and stops. Am I doing something wrong or is this a bug? Thanks in advance, Eyal.
