I'm trying to use a win32 version of wget to grab all files via HTTP in a Linux Apache HTTP directory listing (mod_autoindex.c) but get this error for every file instead: "ERROR -1: Malformed status line". With the -S option, it looks like wget is trying to interpret the binary files' contents as an HTTP header as with this PKZIP file.:
HTTP request sent, awaiting response... PK??� 15:10:51 ERROR -1: Malformed status line. I can download the files 1 at a time with this wget. Of course I can also download them one at a time with a web browser. Using the exact same wget options, I can grab all of those files fine with a Linux version of wget (GNU Wget 1.8.2). The -S prints the expected HTTP header info after the "HTTP request sent, awaiting response..." line, and then downloads the file fine. Perhaps the problem is with this win32 build of wget that I downloaded from http://xoomer.virgilio.it/hherold/ . This is version 1.9+cvs-dev-200311280902. I'm using this binary with SSL compiled in as the older wget I was using broke when I installed stunnel, which apparently installed a different libeay32.dll. (I was getting some odd ordinal 813 error). I kind of need both wget and stunnel to both work. I did try poking around http://sunsite.dk/ but every link I click on generates an error "The connection was refused when attempting to contact sunsite.dk:6". I'm not sure what the :6 bit is about in all links there, but it might be breaking our firewall/proxy here. Any and all suggestions / help appreciated. Please CC this email address ([EMAIL PROTECTED]) on any replies, as I'm not subscribed to this list. Thanks _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web!
