Re: [twsocket] TCustomFtpCli - minor change

2012-02-02 Thread Arno Garrels
twsoc...@kglt.net wrote: > How long does it take a 14.4k dial up to upload 4gig? Looong, guess it would never succeed. If memory serves well it was a game of hazard to get much less data transferred uncorrupted over a phone line those days. Is this a real use case? -- Arno Garrels -

Re: [twsocket] Package problems

2012-02-02 Thread Arno Garrels
Stefan Paege wrote: > Unit MD5.pas is opened in the > editor. It has only one line: > "Bomb('This file has been renamed from MD5 to IcsMD5. Update your > "uses" clause !');" This file doesn't exist in current ICSv5, where did the compiler find it? -- Arno Garrels -- To unsubscribe or change your

Re: [twsocket] Package problems

2012-02-02 Thread François Piette
>Then I created a new package, added my component and compiled. >Got a message that I need to add IcsDel50 to the package. Hit "OK". >After that I get compilation errors. Unit MD5.pas is opened in the editor. >It has only one line: >"Bomb('This file has been renamed from MD5 to IcsMD5. Update you

Re: [twsocket] TCustomFtpCli - minor change

2012-02-02 Thread Darin McGee
Days On Feb 2, 2012 11:38 AM, wrote: > > > How long does it take a 14.4k dial up to upload 4gig? > > > > twsoc...@kglt.net wrote: > > > >> FDurationMsecs and > DurationMsecs should be INT64. > > > > Do you think that any > of your transfers might ever > > take more than 24 days? > > > > > -- > >

Re: [twsocket] TCustomFtpCli - minor change

2012-02-02 Thread twsocket
How long does it take a 14.4k dial up to upload 4gig? > twsoc...@kglt.net wrote: > >> FDurationMsecs and DurationMsecs should be INT64. > > Do you think that any of your transfers might ever > take more than 24 days? > > -- > Arno Garrels > > -- > To unsubscribe or change your settings for T

[twsocket] Package problems

2012-02-02 Thread Stefan Paege
Hi, I need to add some functionality to an old project created with Delphi 5. This functionality is already available as a component I wrote for D2007. The component internally uses a TWSocket to communicate over UDP. Now I want to backport the component to Delphi 5. I installed ICS-V5 into D5

Re: [twsocket] [PATCH] THttpSrv: add support for returning partial streams

2012-02-02 Thread Tobias Rapp
Index: OverbyteIcsHttpSrv.pas === --- OverbyteIcsHttpSrv.pas (revision 887) +++ OverbyteIcsHttpSrv.pas (working copy) @@ -807,6 +807,9 @@ const Status : String;

[twsocket] [PATCH] THttpSrv: add support for returning partial streams

2012-02-02 Thread Tobias Rapp
Hi! I have added a new function "AnswerStreamPart" in component THttpConnection to allow answering partial retrieve requests using any tStream descendant (see attached patch file). It would be nice if the patch could be considered for inclusion in the upstream ICS sources and I am open for sugges

Re: [twsocket] Reading e-mail

2012-02-02 Thread Angus Robertson - Magenta Systems Ltd
> reminder that many times and where IWEditMsgNum.Text is increased / > decreased with the values __of an array that contains all msgnum. > I can only read the first message. Why? Since you do not answer any of the questions you are asked, and only copy parts of your code with no explanation of