Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: idftp server with large files
| Subject: | Re: idftp server with large files |
| Posted by: | "API" (ari.pikivir..@kolumbus.fi) |
| Date: | Tue, 27 Feb 2007 07:51:29 |
Ok thanks for info, I just cannot see big difference there to be done to the
TCPConnection stream to get it working on 64bit addressing. I'll have to
look
at it, and anyway, even if i don't get any success with try - it WOULD BE
REALLY GREAT to have indy 9 supporting 64bit streams, not only because
i'd like indy9 more than 10, but there must be lots of other people also
thinking
that simpler is better (and also more stable).
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:45e391fa$1@newsgroups.borland.com...
>
> "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