"Simons, Rick" <[EMAIL PROTECTED]> writes: > Another followup question(s), and thanks for the continued assistance ...: > > -S > --server-response > Print the headers sent by HTTP servers and responses sent by FTP servers. > > I misinterpreted this switch that the file would still be > downloaded, but the console would see the server messages .... not > that the server messages would be concatinated onto the file.
Actually, your interpretation is correct. I mistook `-S' for `-s' which tells Wget to prepend the headers to the file. Sorry about the confusion. In other words, what you wrote should have worked. > Perhaps it can be reworded in future versions? Also, shouldn't the > contents of the file still appear in the file, along with the server > responses??? It should. > cat testfile > Virtual user username logged in. I have seen this bug reported before, always in conjunction with SSL, but I cannot repeat it. What is the server response? Is the server maybe sending a redirection that Wget does not recognize?