Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Indy FTP and large files problem
| Subject: | Re: Indy FTP and large files problem |
| Posted by: | "RGreen" (rgreen@nospam.kemi.umu.se) |
| Date: | Thu, 18 May 2006 22:58:10 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:446cc735$1@newsgroups.borland.com...
> > FTP uses a second connection for data transfers. Regardless of what you
> > set
> the LargeStream value to for the TIdFTP's own IOHandler, the second
> connection has its own separate IOHandler that does not have its
> LargeStream
> value assigned.
Oh, of course, I overlooked that. Thank you for pointing this out!
none