Hi,
I am a first-time user of wget. I have wget within my Cygwin. I am trying to
get a file from a remote host as explained below, but it fails to connect.
Can anybody point me where I am going wrong?

Thanks..

---------------------- Command #1
-----------------------------------------------------
$wget.exe -t 0 --http-user=theuser --http-passwd=passwd
http://hostname/myfile.Z
--13:35:57--  http://hostname/myfile.Z
           => `myfile.Z'
Connecting to hostname:80...
connect: Attempt to connect timed out without establishing a connection
Retrying.

--13:36:43--  http://hostname/myfile.Z
           => `myfile.Z'
Connecting to hostname:80...
connect: Attempt to connect timed out without establishing a connection
Retrying.

---------------------- Command #2
-----------------------------------------------------
$ wget.exe http://theuser:password@hostname/myfile.Z
--13:38:33--  http://theuser:password@hostname/myfile.Z

           => `myfile.Z'
Connecting to hostname:80...
connect: Attempt to connect timed out without establishing a connection
Retrying.

Reply via email to