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
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
-
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?
> >
>
> > --
> >
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
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
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
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
Hi,
I've been carrying this change forward for a while now and
was wondering if it could be merged into the source.
in
TCustomFtpCli I added a property to access FRequestResult and added a
property to get at the Duration of the FTP transfer.
code:
in TCustomFtpCli
added:
FDuration