Bug 235875 - kget doesnt seams to download some files and konqueror can
Summary: kget doesnt seams to download some files and konqueror can
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-01 06:00 UTC by
Modified: 2010-05-12 16:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 2010-05-01 06:00:11 UTC
Version:           2.4.3 (using 4.4.3 (KDE 4.4.3), Mandriva Linux release 2010.0 (Official) for x86_64)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.33.2-desktop-1mnb

when using kget as konqueror download manager enabled, isnt possible to for example download google-earth http://dl.google.com/earth/client/current/GoogleEarthLinux.bin, it simply saves the file GoogleEarthLinux.bin with size 99 bytes.

If i disactivate kget as konqueror download manager, than konqueror downloads google-earth without any proiblem
Comment 1 Matthias Fuchs 2010-05-12 16:42:58 UTC
SVN commit 1125862 by mfuchs:

Create two jobs in KioDownload. The first is for downloading and finding the filesize, while the second (started after first data is retrieved) is only there to see if resuming is supported and stops after more than 100 Bytes are downloaded.
BUG:235875

 M  +52 -19    kiodownload.cpp  
 M  +3 -0      kiodownload.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1125862