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 18:08:46 |
"API" <ari.pikivirta@kolumbus.fi> wrote in message
news:45e35f36$1@newsgroups.borland.com...
> i wrote the filestream supporting sending files in buffersize(s)
defined
> but that didn't help.
What are you talking about?
> and anyway using delphi 6++. ah oh, you mean the problem
> lies in the 9.0.50 internal stream buffering?
Indy 9 cannot send streams > 2GB at all. You need Indy 10 for that.
> could the internal stream processing be modified also on id9
> to support large files (at least for the ftpserver case)?
No. Such a chance would have to be implemented in TIdTCPConnection,
which effects all Indy socket-based components.
Gambit