rejetto forum
May 22, 2012, 04:11:19 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: [1] 2
  Print  
Author Topic: 4GB+ files  (Read 5724 times)
0 Members and 1 Guest are viewing this topic.
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11824


View Profile
« on: February 23, 2004, 09:46:06 PM »

I just fixed a bug, and now HFS supports 4GB+ files.
You can find this fix in HFS 1.6 rc16 and above.
The problem is: i can't find a browser/downloader/client supporting 4GB+ files, to make a test. Do you know any?
I tested IE, Opera, Mozilla, NetTransport....all failed.
It seems programmers out there are not interested in supporting 4GB+ files, yet. Wink
Logged
Anonymous
Guest
« Reply #1 on: February 25, 2004, 01:32:14 PM »

Quote from: "rejetto"
I just fixed a bug, and now HFS supports 4GB+ files.
You can find this fix in HFS 1.6 rc16 and above.
The problem is: i can't find a browser/downloader/client supporting 4GB+ files, to make a test. Do you know any?
I tested IE, Opera, Mozilla, NetTransport....all failed.
It seems programmers out there are not interested in supporting 4GB+ files, yet. Wink

Hi,
Metaproduct Download Express:
http://www.metaproducts.com/mp/mpProducts_Download.asp?rid=450&fname=desetup.exe
Logged
Rafi
Insane poster
*****
Offline Offline

Posts: 452


View Profile
« Reply #2 on: February 26, 2004, 11:20:43 AM »

I tried DL 3.99GB (4,286MB) zip with getright
and noticed a few problems:
- it starts download OK , but does not show the size (and thus - the progress is not showing)  :cry:  also in the getright browser - the size in the file properties in unknown ("?Huh?")
- when I try to "save as" with the IE6 - it does not work at all no dialog...  Shocked
- when I put your tooltip on it - it shows -8281. KB  :lol:

So I realy don't know why you need >4GB  8O  but if you want it - there is still some bugs to fix in general, that are  related to  large files. I suggest to try with getright.
Logged

rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11824


View Profile
« Reply #3 on: February 27, 2004, 08:33:00 PM »

rafi, are you sure you tried rc16 ?

getright shows no size in browser, because it doesn't know where to read the size. it is just a link, in http it should query the server for every file to know the size. it would be very slow, so it just skip it.

i guess the size field is there for ftp browsing.
Logged
Rafi
Insane poster
*****
Offline Offline

Posts: 452


View Profile
« Reply #4 on: February 27, 2004, 11:19:12 PM »

Quote from: "rejetto"
rafi, are you sure you tried rc16 ?

getright shows no size in browser, because it doesn't know where to read the size. it is just a link, in http it should query the server for every file to know the size. it would be very slow, so it just skip it.

i guess the size field is there for ftp browsing.
Perhaps I was not clear:
- it was with rc16
- getright did not show the size and the progress in the special dialog that they use during download for progress display (as well as in the brawser->file-right-click->properties as well as in the downloads status screen, I thought it will help understand).
In both cases - it does show the size for smaller files.
- and what about your tool-tip ? may be you pass on negative size ?
Logged

rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11824


View Profile
« Reply #5 on: February 29, 2004, 01:16:37 PM »

Getright 5.0.2 does not support 4GB+ files. i tested it deeply to be sure the problem was not on the server side.
The tooltip on the VFS i get in rc16 is correct. It is weird you get it wrong. Do others see it right/wrong?

Download Express shows "file size unknown". this may let it download until the stream is closed, while other programs break the connection when the wrong size has been reached, but the support is not complete.


If you want to test it but you don't have a 4GB+ file, and you are using Windows XP, just run this command
Code:
fsutil file createnew big.dat 5000000000
where big.dat is the filename and the long number is the filesize in bytes.
Logged
rejetto forum
« Reply #5 on: February 29, 2004, 01:16:37 PM »

Do you like this software? Consider even $2
 Logged
Rafi
Insane poster
*****
Offline Offline

Posts: 452


View Profile
« Reply #6 on: February 29, 2004, 01:35:07 PM »

more details:
Win98Se, FAT32 file system. The file size was NOT <4M but - a bit less, so getright supports it  (see above) and the result tooltip was : -85543.88 KB  Cheesy  Wink
Logged

Anonymous
Guest
« Reply #7 on: February 29, 2004, 02:04:48 PM »

I just noticed that I have some files in VFS that are no longer existing.
They ARE displayed in vfs (not on the blowser) , but w/o any indication that they are problematic.

I suggest to have them displayed in vfs with a special icon with a red X on it - like your  "remove" icon.

What do you think ?
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11824


View Profile
« Reply #8 on: February 29, 2004, 04:16:21 PM »

hmm, we could get a check on VFS loading
but not real-time it would take too much
Logged
Rafi
Insane poster
*****
Offline Offline

Posts: 452


View Profile
« Reply #9 on: February 29, 2004, 11:43:11 PM »

Quote from: "rejetto"
hmm, we could get a check on VFS loading
but not real-time it would take too much
on loading it is good enough. you can also make it optional if you see it takes too much load time...
Logged

HoMeZ
Guest
« Reply #10 on: March 04, 2004, 10:29:56 PM »

So did anyone find a solution to this problem yet? and do you know what the max file size IE supports?
Logged
Rafi
Insane poster
*****
Offline Offline

Posts: 452


View Profile
« Reply #11 on: March 05, 2004, 01:33:17 AM »

:?

Just to remind everyone - you need NTFS file system to have >4G files . the older FAT32 file system (Win98) does not support them anyway... Wink
Logged

HoMeZ
Guest
« Reply #12 on: March 05, 2004, 01:50:23 AM »

yup I am on NTFS, but still can't d/l 4+gig files
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11824


View Profile
« Reply #13 on: March 08, 2004, 09:43:07 AM »

AFAIK, rc18 fully supports 4GB+ files
[IE, getright, opera, mozillla, nettrasport, wget] do not support 4GB+ files
someone reported download express as supporting....just test yourself
Logged
Anonymous
Guest
« Reply #14 on: March 10, 2006, 09:35:40 PM »

what is rc18?  is there any solution to 4gb+ files yet?
Logged
Pages: [1] 2
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page May 19, 2012, 01:26:33 PM