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 00:30:05 |
i wrote the filestream supporting sending files in buffersize(s) defined,
but
that didn't help. and anyway using delphi 6++. ah oh, you mean the problem
lies in the 9.0.50 internal stream buffering?
could the internal stream processing be modified also on id9 to support
large files (at least for the ftpserver case)?
>> Indy10 have
>> LargeStream property available in the IOHandler that you can set to
>> True before a transfer begins. Older builds of Indy 10, however,
> did
>
> 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