Re: [twsocket] TFtipClient and TFtpServer and 10053 error after Transmit successful...

2014-05-06 Thread James Foreman
Thank you. Thank you. Thank you. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of twsoc...@kglt.net Sent: Monday, May 05, 2014 10:54 PM To: ICS support mailing Subject: Re: [twsocket] TFtipClient and TFtpServer and 10053 error after Transmit

Re: [twsocket] TFtipClient and TFtpServer and 10053 error after Transmit successful...

2014-05-05 Thread twsocket
James, Try updating your version of ICS to the current nightly build.  You are having the same problem I was having.  The 221 response is sent and the sever closes the socket.  The client processes the 221 but returns the 500 error because the socket was closed.  This got patched in the current

Re: [twsocket] TFtipClient and TFtpServer and 10053 error after Transmit successful...

2014-04-25 Thread Angus Robertson - Magenta Systems Ltd
> Not sure if this gives us more information to go on. Any ideas? Assuming you are logging OnError, I can see no errors reported, so all we have is the error code 500 after a sequence of FTP events that all appear to have completed correctly. Are you logging the ErrorMessage property at the end,

Re: [twsocket] TFtipClient and TFtpServer and 10053 error after Transmit successful...

2014-04-25 Thread James Foreman
3/2014 00:03:30", " 1", "01 Focus", " 46", "Kellie", " 1271", "FTP Generic Message: CHECK022620140259A.FTP OnDisplay 150 150 Opening data connection for CHECK022620140259A.FTP.0045.TMP. Msg=< 150 Opening data connection for CHECK022

Re: [twsocket] TFtipClient and TFtpServer and 10053 error after Transmit successful...

2014-04-22 Thread James Foreman
: [twsocket] TFtipClient and TFtpServer and 10053 error after Transmit successful... > The Transmit method returns failure even though the file is > successfully uploaded. Notice how the request is 18, the StatusCode is > 226 but an Error 500 is returned with a winsock error of #10053). 226 is su

Re: [twsocket] TFtipClient and TFtpServer and 10053 error after Transmit successful...

2014-04-22 Thread Angus Robertson - Magenta Systems Ltd
> The Transmit method returns failure even though the file is > successfully uploaded. Notice how the request is 18, the StatusCode > is 226 but an Error 500 is returned with a winsock error of #10053). 226 is success, so no idea why you get 500 as well. The transmit method does several comm