Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Indy FTP and large files problem
| Subject: | Re: Indy FTP and large files problem |
| Posted by: | "RGreen" (rgreen@nospam.kemi.umu.se) |
| Date: | Thu, 18 May 2006 20:03:55 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:446cb517@newsgroups.borland.com...
>
> Why not just set LargeStream to True always? You don't need to
> conditionally set it to true/false on each transfer.
Well, I heard that Largestream makes the internal logic work someking
differently and less efficient, but that may not be true. I'll set it to
true forever.
>
>> But I am getting an exception EidIOHandlerRequiresLargeStream
>> when the file > 2 Gb in size.
> That suggests to me that your FileIsLargerThanTheSizeOfAndInteger()
Well, it only get the size of a file.
> logic is flawed and you are thus always setting LargeStream to False.
Debuging right now. I see that LargeStream IS true. Same problem. Maybe I
will need to download the most current snapshot? <g