View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7041
Hmm... weird... You should get output: 18168368
Now try this:
Code:
wget "http://dl.dropboxusercontent.com/u/17706605/n9-qtweakall_9.7.8_armel.deb" --spider --server-response -O - 2>&1
you should get this output:
Code:
RM696-21-3_PR_001:~# wget "http://dl.dropboxusercontent.com/u/17706605/n9-qtweakall_9.7.8_armel.deb" --spider --s
erver-response -O - 2>&1
--16:11:54--  http://dl.dropboxusercontent.com/u/17706605/n9-qtweakall_9.7.8_armel.deb
           => `-'
Resolving dl.dropboxusercontent.com... 50.17.230.108
Connecting to dl.dropboxusercontent.com|50.17.230.108|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  accept-ranges: bytes
  cache-control: max-age=0
  Content-length: 18168368
  Content-Type: application/x-debian-package
  Date: Tue, 02 Jul 2013 13:11:45 GMT
  etag: 2419n
  pragma: public
  Server: nginx
  x-dropbox-request-id: a275c90d0197e7a6
  X-RequestId: 9ef64b62d1fa3b49b625e381cbf24d8a
  x-robots-tag: noindex,nofollow
  x-server-response-time: 1186
  Connection: keep-alive
Length: 18,168,368 (17M) [application/x-debian-package]
200 OK

RM696-21-3_PR_001:~#
 

The Following User Says Thank You to Schturman For This Useful Post: