Using 1.9 I get a different error ...
using 1.8.2= # wget https://filed1/InBox/FILE3 --http-user=user --http-passwd=pass --08:59:11-- https://filed1/InBox/FILE3 => `FILE3' Resolving filed1... done. Connecting to filed1[10.144.52.235]:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/plain] [ <=> ] 34 33.20K/s 08:59:12 (33.20 KB/s) - `FILE3' saved [34] using 1.9b5 # ./wget https://filed1/InBox/FILE3 --http-user=user --http-passwd=pass https://filed1/InBox/FILE3: Unsupported scheme. # ./wget -V GNU Wget 1.9-b5 -----Original Message----- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 8:44 AM To: Simons, Rick Cc: 'Tony Lewis'; '[EMAIL PROTECTED]' Subject: Re: very simple wget syntax question (-d info added) ... "Simons, Rick" <[EMAIL PROTECTED]> writes: > I'm having trouble with downloading a file across https using wget. > I can't figure out if it is something i'm doing wrong with wget > syntax, or if the httpd server isn't working like it should. I don't know what's goingn wrong here. Your Wget syntax looks OK to me. > ---request begin--- > GET /InBox/FILE3 HTTP/1.0 > User-Agent: Wget/1.8.2 > Host: filed1 > Accept: */* > Connection: Keep-Alive > Authorization: Basic Znh0ZXN0aW5nOmZ4dGVzdGluZzE= > > ---request end--- The request is, as far as I can tell, correct. Does the problem exist with Wget 1.9? You can download a 1.9 beta from http://fly.srk.fer.hr/~hniksic/wget/wget-1.9-b5.tar.gz
