Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Re: Very URGENT Indy 10 FTP re-post again for gambit
| Subject: | Re: Very URGENT Indy 10 FTP re-post again for gambit |
| Posted by: | "Lee Cook" (lee.co..@kwikhols.co.uk) |
| Date: | Tue, 24 Oct 2006 16:58:56 |
Jack,
Thanks but there is no IDFTP.Intercept property or am i missing something?
Lee
"Jack MacRank" <jack@macrank.com> wrote in message
news:453e26fc$1@newsgroups.borland.com...
> Lee Cook wrote:
>> Thanks for the tip, can you give me some indication on how to use the
>> IDlogdebug.
>>
>> Cheers
>>
>> Lee
> Actually use the IdLogFile intercept component. Either drop it on the
> form or create it at run-time (if you create IdFTP at run-time also) and
> set the IdFTP.Intercept to the IdLogFile component. Then set
> IdLogFile.Filename to a desired filename (C:\Idlog.txt) and then set
> IdLogFile.Active to True and perform your IdFTP operations. When your app
> bombs out it will show you all traffic to and from IdFTP. That way you
> can actually see what is being transfered and why it's bombing out.
>
> If you still don't know why then come back here and post the log output.