-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Mishari Al-Mishari wrote: > Hi, > when i run this command > wget -p wwwladultfriendfinder.co > > I recvd the following error messages, eventhoug I was able to > sucessfully download the page using the browser; > Resolving wwwladultfriendfinder.com... 8.15.231.13 > Connecting to wwwladultfriendfinder.com|8.15.231.13|:80... connected. > HTTP request sent, awaiting response... Read error (Connection reset > by peer) in headers.
It means the server was disconnecting as soon as wget sent the request headers. This usually happens when the server doesn't like people using wget on it. :) Add "--user-agent=Mozilla". - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer... http://micah.cowan.name/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGhI0/7M8hyUobTrERCJZEAJ97DAV/lFGU0wznO10DdFcUmaoKPwCfWR15 +Bz2gh2pl7mx1ifxGXiKSX8= =oPV3 -----END PGP SIGNATURE-----
