Re: [twsocket] TCustomFtpCli - minor change

2012-02-12 Thread twsocket
The actual case isn't as nice. using a 1x (112k max) cellular data card to transfer the contents of a data logger to a host site. an Encrypted tunnel is created over the 1x slowing the actual data rate due to overhead, but the system stays connected for weeks on end.  The data logger supplies M

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] 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

Re: [twsocket] TCustomFtpCli - minor change

2012-01-28 Thread Arno Garrels
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 TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/lis

Re: [twsocket] TCustomFtpCli - minor change

2012-01-28 Thread twsocket
Arno, Thank You, I missed the change. One thing, FDurationMsecs and DurationMsecs should be INT64. Thanks, JohnC > twsoc...@kglt.net wrote: >> Hi, >> >> I've been carrying this change forward for a while now and >> was wondering if it could be merged into the source. >> >> FDuration := Durat

Re: [twsocket] TCustomFtpCli - minor change

2012-01-22 Thread Arno Garrels
twsoc...@kglt.net wrote: > Hi, > > I've been carrying this change forward for a while now and > was wondering if it could be merged into the source. > > FDuration := Duration; > > This allows a > program to display the transfer statistics with out having to parse > the result string. There alre