Re: [twsocket] FTP Client - Large files

2012-12-04 Thread Graham Powell
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:

Re: [twsocket] FTP Client - Large files

2012-12-04 Thread Angus Robertson - Magenta Systems Ltd
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:

Re: [twsocket] DTD problem in THttpCli POST

2012-12-04 Thread Boris Saint-Martin
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

Re: [twsocket] FTP Client - Large files

2012-12-04 Thread Graham Powell
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

Re: [twsocket] DTD problem in THttpCli POST

2012-12-04 Thread François Piette
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

Re: [twsocket] FTP Client - Large files

2012-12-04 Thread Angus Robertson - Magenta Systems Ltd
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