I thought head syntax was just like GET syntax but when I tried with telnet
o mirror.bytemark.co.uk 80
GET /ubuntu-releases/lucid/ubuntu-10.04-desktop-i386.iso
it works as expect whereas
o mirror.bytemark.co.uk 80
HEAD /ubuntu-releases/lucid/ubuntu-10.04-desktop-i386.iso
failed. So what would be the telnet syntax for HEAD request ?