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:06:37 |
"API" <ari.pikivirta@kolumbus.fi> wrote in message
news:45e348b8@newsgroups.borland.com...
> Please somebody. It's possible to transfer file(s) above 2G using
indy?
If you are using Indy 9 and earlier, then no.
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.
Gambit