Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : Re: Looking for a good FTP component
| Subject: | Re: Looking for a good FTP component |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 13 Dec 2006 04:09:42 |
"Boian Mitov" <mitov@mitov.com> wrote in message
news:457fe017$1@newsgroups.borland.com...
> Just tested the 10.0.52. It AVs on this line:
Like I said, I HIGHLY recommand NOT using such an old version.
> FDataChannel.IOHandler.SendBufferSize := IOHandler.SendBufferSize;
>
> in function procedure TIdFTP.InitDataChannel; file IdFTP
>
> IOHandler is NIL !
It can't be nil. It is created inside of TIdTCPClient.Connect() if it is
not already assigned.
Gambit
none