"Simons, Rick" <[EMAIL PROTECTED]> writes:

> I got wget compiled with ssl support now, and have a followup question ...
> I'm getting the local file created but populated with a server response, not
> the actual contents of the remote file.  See example:
>
> wget -d -S https://server/testfile --http-user=user --http-passwd=pass

The `-S' option tells Wget to prepend the server response to the
contents of the file.  It's not a good idea to use that option unless
you mean it.

Reply via email to