Re: [twsocket] SetErrorMessage missing in FtpCli.pas

2007-03-27 Thread Francois PIETTE
ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Tobias Rapp" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, March 21, 2007 12:51 PM Subject: [twsocket] SetErrorMessage missing in FtpCli.pas > Hello! >

Re: [twsocket] SetErrorMessage missing in FtpCli.pas

2007-03-27 Thread Arno Garrels
Tobias Rapp wrote: > Has anyone confirmed that? Is it already fixed in the developing > branch of V5/V6? > > Just want to ensure it's not forgotten... If Francois will not reply to this thread today, send him a private copy, that helps (mostly) ;-) -- Arno Garrels [TeamICS] http://www.overbyte.

Re: [twsocket] SetErrorMessage missing in FtpCli.pas

2007-03-26 Thread Tobias Rapp
Has anyone confirmed that? Is it already fixed in the developing branch of V5/V6? Just want to ensure it's not forgotten... /Tobias Tobias Rapp wrote: > I just noticed that I'm getting an empty error message (property > tFtpClient.ErrorMessage) when making an attempt to move a non-existing > fi

[twsocket] SetErrorMessage missing in FtpCli.pas

2007-03-21 Thread Tobias Rapp
Hello! I just noticed that I'm getting an empty error message (property tFtpClient.ErrorMessage) when making an attempt to move a non-existing file to the peer with Put(). The problem seems to be that a "SetErrorMessage" statement is missing in the TCustomFtpCli.DoPutAppendAsync procedure. In my