Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: idftp server with large files
| Subject: | Re: idftp server with large files |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 26 Feb 2007 14:08:02 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:45e35ac6$1@newsgroups.borland.com...
> If you are using Indy 10, then maybe. Newer builds of Indy 10 have
a
> LargeStream property available in the IOHandler that you can set to
> True before a transfer begins. Older builds of Indy 10, however,
did
> not have this property yet. In the case of TIdFTP, the LargeStream
> property is set to True automatically.
Incidently, this only works if you are using D6+, which supports
64-bit streams. D5 and earlier support 32-bit streams only, which
cannot go above 2GB regardless of Indy's support.
Gambit