Re: [twsocket] [FTP] List over 2000 files

2008-12-01 Thread Guillaume ROQUES
So I use it correctly... but is there a limit on the number of files to list or a string limit ? Francois Piette a écrit : > I don't see any obvious reason for having none of the method you tryed to > work ! > -- > [EMAIL PROTECTED] > Author of ICS (Internet Component Suite, freeware) > Author of

[twsocket] Multiple OnDataAvailable calls when no data to read

2008-12-01 Thread Anton Sviridov
> Arno Garrels [TeamICS] wrote: >Have a look at this demo, if you think it's usefull I can add it to the >repository. Oh, I am looking at this and get myself full of questions. Server app is rather clear, but not the Client, it's quite complex. 1) What's the meainng of SendBinString in Server, i

[twsocket] Multiple OnDataAvailable calls when no data to read

2008-12-01 Thread Anton Sviridov
> Arno Garrels [TeamICS] wrote: >Have a look at this demo, if you think it's usefull I can add it to the >repository. Oh, I am looking at this and get myself full of questions. Server app is rather clear, but not the Client, it's quite complex. 1) What's the meainng of SendBinString in Server, i

[twsocket] D2009 does not recognize TSslHttpCli

2008-12-01 Thread Paul
I installed ICSV7 (svn) and all components are visible. I dropped a TSslHttpVli on the form, added USE_SSL to the conditionals and added the library path in project options and environment options. I installed the TMS components the same way and they run fine. Anything else to do ? thanks, Paul

Re: [twsocket] Multiple OnDataAvailable calls when no data to read

2008-12-01 Thread Arno Garrels
Anton Sviridov wrote: > 1) What's the meainng of SendBinString in Server, it is never used? It's never used. > What for do you use PutDataInSendBuffer? It puts data into the send buffer without actually sending the data, it's not required, however saves on internal call to socket.send. 2) I

Re: [twsocket] D2009 does not recognize TSslHttpCli

2008-12-01 Thread Arno Garrels
Paul wrote: > I installed ICSV7 (svn) and all components are visible. > I dropped a TSslHttpVli on the form, added USE_SSL to the > conditionals and added the library path in project options and > environment options. A rebuild mostly resolves it, if you define USE_SSL in OverbyteIcsDefs.inc you

Re: [twsocket] D2009 does not recognize TSslHttpCli

2008-12-01 Thread Paul
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> > A rebuild mostly resolves it, if you define USE_SSL in > OverbyteIcsDefs.inc you get less or no such errors. > ok, so I need to add all ICS-conditionals in the include file. I tested the client, but I need to set all string

Re: [twsocket] D2009 does not recognize TSslHttpCli

2008-12-01 Thread Arno Garrels
Paul wrote: > - Original Message - > From: "Arno Garrels" <[EMAIL PROTECTED]> >> A rebuild mostly resolves it, if you define USE_SSL in >> OverbyteIcsDefs.inc you get less or no such errors. >> > > ok, so I need to add all ICS-conditionals in the include file. It seems that in Delphi 200

Re: [twsocket] D2009 does not recognize TSslHttpCli

2008-12-01 Thread Paul
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, December 01, 2008 2:53 PM Subject: Re: [twsocket] D2009 does not recognize TSslHttpCli > It seems that in Delphi 2009 the Rebuild All button does not > always work as in Delphi 7. I f

Re: [twsocket] [FTP] List over 2000 files

2008-12-01 Thread Francois Piette
There is no limit imposed by the component. Truncation and missing data is frequently caused by calling the message pump (directly or indirectly) from any message handler. Could you try using ICS demo application ? -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of M

Re: [twsocket] D2009 does not recognize TSslHttpCli

2008-12-01 Thread Arno Garrels
Paul wrote: > - Original Message - > From: "Arno Garrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Monday, December 01, 2008 2:53 PM > Subject: Re: [twsocket] D2009 does not recognize TSslHttpCli > > >> It seems that in Delphi 2009 the Rebuild All button does not >> always

Re: [twsocket] D2009 does not recognize TSslHttpCli

2008-12-01 Thread Paul
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, December 01, 2008 4:04 PM Subject: Re: [twsocket] D2009 does not recognize TSslHttpCli > > So UnicodeString is your only choice and UTF-8 would be the prefered > encoding for data exch

Re: [twsocket] D2009 does not recognize TSslHttpCli

2008-12-01 Thread Arno Garrels
Paul wrote: > - Original Message - > From: "Arno Garrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Monday, December 01, 2008 4:04 PM > Subject: Re: [twsocket] D2009 does not recognize TSslHttpCli > > >> >> So UnicodeString is your only choice and UTF-8 would be the prefer