Michael Kearey wrote: > I *think* this may be because of incorrect end of line character?? > Please note this is a hunch...So just check that the file is in fact a > Uni* type, not a Dos type.. > > Cheers, > Michael It turned out that Anaconda can't handle "chunked" replies from a web server. Chunking is a feature of HTTP/1.1 so by forcing the web server to operate in HTTP/1.0 mode with: SetEnv nokeepalive SetEnv downgrade-1.0 SetEnv force-response-1.0 -- Travis Crawford tbc3589@xxxxxxx