On 03/03/2010 06:07 PM, Pranav Peshwe wrote:



Since wget got the 301 reply therefore we cannot say that your gateway does
not allow HTML to pass through. However, wget could not reach the index.html
file, so i guess no more HTML flowed through the link.

Can you try these two commands -

wget ftp://ftp.kernel.org/pub/tools/crosstool/files/COPYING
wget http://kernel.org/pub/tools/crosstool/files/COPYING

Both commands try to get a 35kb text file. First one does over ftp, the
second one over http. If the first one works but the second one doesn't then
we have narrowed down the problem to http. Try using another operating
system with the same connection. If you have no other OS installed, try
using any live CD.
Try disabling firewall on your machine and router.

HTH.

- P
_______________________________________
Pune GNU/Linux Users Group Mailing List

wget ftp://ftp.kernel.org/pub/tools/crosstool/files/COPYING
--2010-03-03 23:55:38-- ftp://ftp.kernel.org/pub/tools/crosstool/files/COPYING
           => `COPYING'
Resolving ftp.kernel.org... 204.152.191.37, 130.239.17.4, 149.20.20.133, ...
Connecting to ftp.kernel.org|204.152.191.37|:21... connected.
Logging in as anonymous ...

------ And it stops here...

wget http://kernel.org/pub/tools/crosstool/files/COPYING
--2010-03-03 23:58:46--  http://kernel.org/pub/tools/crosstool/files/COPYING
Resolving kernel.org... 204.152.191.37, 149.20.20.133
Connecting to kernel.org|204.152.191.37|:80... connected.
HTTP request sent, awaiting response...

------ And it stops here


Shrikant




_______________________________________
Pune GNU/Linux Users Group Mailing List

Reply via email to