[twsocket] unit OverbyteIcsWSocket.pas, version 8.06 - range check error

2013-11-07 Thread Michael Gasser
twsocket@lists.elists.org twsocket@lists.elists.org ICS 8 unit OverbyteIcsWSocket.pas, version 8.06 OS Windows 8.1 Delphi XE5 Target Platform Win32 Hi, When I send data using the send method, XE5 sometimes reports a RangeCheckError in function TCustomWSocket.Send(Data : TWSocketData; Len :

Re: [twsocket] FTP Client - reconnecting

2013-11-07 Thread David Rose (dsr)
Angus, trying to change the code to use your components. Does the TMagFtp component support a CopyType := FCTypeDates ; if so, how does one set the dates as fMagFileCopy is declared as private so these aren't accessible ? UseUTC := true // whether to compare file timestamps in UTC or local

Re: [twsocket] FTP Client - reconnecting

2013-11-07 Thread Angus Robertson - Magenta Systems Ltd
Angus, trying to change the code to use your components. Does the TMagFtp component support a CopyType := FCTypeDates ; Sorry, seems like I never supported specific date ranges for FTP which is mostly used to synchronise remote and local directories, or for specific files. if so, how does

Re: [twsocket] FTP Client - reconnecting

2013-11-07 Thread David Rose (dsr)
Angus Now trying with your components and although it's much better behaved and fails gracefully, it still fails (in my app or the supplied demo app). However as both your app and my app fail with my hosted FTP server and both work with your FTP server, I'm going to assume that there's

Re: [twsocket] FTP Client - reconnecting

2013-11-07 Thread Angus Robertson - Magenta Systems Ltd
*Subject:* Re: [twsocket] FTP Client - reconnecting Now trying with your components and although it's much better behaved and fails gracefully, it still fails (in my app or the supplied demo app). However as both your app and my app fail with my hosted FTP server and both work with your

Re: [twsocket] FTP Client - reconnecting

2013-11-07 Thread David Rose (dsr)
Angus Turned everything firewall like off and it makes no difference, and I assume that wouldn't explain why when downloading the same root folder each time, it would fail in a different place (sometimes not at all). I'm pretty sure it's something server side, but it's hosted by big US ISP,

Re: [twsocket] FTP Client - reconnecting

2013-11-07 Thread David Rose (dsr)
On 07/11/2013 16:15, Angus Robertson - Magenta Systems Ltd wrote: Angus, trying to change the code to use your components. Does the TMagFtp component support a CopyType := FCTypeDates ; Sorry, seems like I never supported specific date ranges for FTP which is mostly used to synchronise remote