Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Re: Very URGENT Indy 10 FTP re-post again for gambit

www.cryer.info
Managed Newsgroup Archive

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:"Jack MacRank" (ja..@macrank.com)
Date:Tue, 24 Oct 2006 10:45:18

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.

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive