> I have the OnFtpStateChange producing messages which I can add to
> my history log, but is there a way of adding these messages into
> the ICS logger?
IcsLogger.DoDebugLog(Self, LogOption, Msg);
Angus
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists
> I've tried to extract the code from my component package and it has been
> well executed (the same code executed in the project).
> What's the problem in your opinion ?
You have changed something else. Having a component out of a package doesn't
change his working. The same code is executed. So
I have the OnFtpStateChange producing messages which I can add to my history
log, but is there a way of adding these messages into the ICS logger?
Graham
-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Angus Robertson - Magenta System
Thank you for your answer.
I've tried to extract the code from my component package and it has been
well executed (the same code executed in the project).
What's the problem in your opinion ?
Boris.
--
From: "François Piette"
Sent: Monday, Decemb
> How do I log what is being sent? I have everything ticked in the
> ICS logger.
The ICS logger is really designed for low level packet logging, although
I wrote it a long time ago, I rarely use it since the low level stuff
just works.
MagentaFtp3.pas shows how logging is done, from the events:
1:
How do I log what is being sent? I have everything ticked in the ICS logger.
2:
When I use ConnectFeatAsync I get only these 3 things specified in the log:
MDTM
REST: STREAM
SIZE
The other FTP sites have a lot more. Is this a clue?
Graham
-Original Message-
From: twsocket-boun...@el