I was using wget
to download a file,like this:
wget link/file.zip
the file.zip
was about 100M, but I just receive 5552B:
and whatever I downloaded(large than 5552B, from some other hosts), I just receive 5552B!
The HTTP response header content-length was 5552B too!
I was using Ubuntu14.04, Are there some network configurations to solve this problem?
Thank you very much!!