Re: [twsocket] FTPCli: Lose Socks settings in DataSocket on Close

2008-08-27 Thread Dan F
Regarding the type setting, you could derive your own component which keeps a flag of the last type sent (binary or ascii) and before doing any store or retrieve you could check if the binary property matched your flag. If not, send the TYPE command and update your flag. This will avoid repeatedl

Re: [twsocket] TWSocket.Send timing

2008-05-13 Thread Dan F
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Wilfried Mestdagh > Sent: 13 May 2008 19:34 > To: ICS support mailing > Subject: Re: [twsocket] TWSocket.Send timing > > Hello Andy, > > > I am logging the time before and after a call to Send. I am se