Re: Problem downloading 2GB files in new version ?

2006-02-23 Thread Hrvoje Niksic
It would help if you posted the output with the `-d' flag.  Otherwise
we can't know where exactly things went wrong.  I can't connect to
that site.


Re: Problem downloading 2GB files in new version ?

2006-02-23 Thread MafiaInc
I think this is a bulgarian internet space accessible only. That's why you
can't access it. But I can :)

~/downloads/movies$ wget -d --limit-rate=30k
http://kolibka.arenabg.com/users/petkan/WMHD_Coral_Reef_Adventure_720p/Coral_Reef_Adventure_720p.ISO
Setting --limit-rate (limitrate) to 30k
DEBUG output created by Wget 1.10.2 on linux-gnu.

--17:20:03-- 
http://kolibka.arenabg.com/users/petkan/WMHD_Coral_Reef_Adventure_720p/Coral_Reef_Adventure_720p.ISO
   = `Coral_Reef_Adventure_720p.ISO'
Resolving kolibka.arenabg.com... 82.101.72.11
Caching kolibka.arenabg.com = 82.101.72.11
Connecting to kolibka.arenabg.com|82.101.72.11|:80... connected.
Created socket 3.
Releasing 0x08087300 (new refcount 1).

---request begin---
GET /users/petkan/WMHD_Coral_Reef_Adventure_720p/Coral_Reef_Adventure_720p.ISO
HTTP/1.0
User-Agent: Wget/1.10.2
Accept: */*
Host: kolibka.arenabg.com
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 200 OK
Date: Thu, 23 Feb 2006 15:32:01 GMT
Server: Apache/1.3.33 (Debian GNU/Linux)
Last-Modified: Fri, 25 Feb 2005 07:59:12 GMT
ETag: 18c59-83b01000-421edad0
Accept-Ranges: bytes
Content-Length: -2085613568
Connection: close
Content-Type: application/x-iso9660-image

---response end---
200 OK
Length: -2,085,613,568 [application/x-iso9660-image]

[ =
 ] 0 --.--K/s

Closed fd 3
Aborted

-- Original Message ---
 It would help if you posted the output with the `-d' flag.  Otherwise
 we can't know where exactly things went wrong.  I can't connect to
 that site.
--- End of Original Message ---



Re: Problem downloading 2GB files in new version ?

2006-02-23 Thread Steven M. Schweda
 Content-Length: -2085613568

   If the server reports a bad length, it's asking a lot to expect Wget
to fix it.  (It could be done, but not reliably.)



   Steven M. Schweda   (+1) 651-699-9818
   382 South Warwick Street[EMAIL PROTECTED]
   Saint Paul  MN  55105-2547


Re: Downloading large files

2006-02-23 Thread Steven M. Schweda
 [...] wget.exe version 1.8.2.

   You might try Wget 1.10.2, which has large-file support (where the
underlying operating system and C run-time library do).

  http://www.gnu.org/software/wget/wget.html



   Steven M. Schweda   (+1) 651-699-9818
   382 South Warwick Street[EMAIL PROTECTED]
   Saint Paul  MN  55105-2547