R
RobinS
------------------------------pbd22 said:Hi Robin,
Yes, that is pretty much all i am trying to do. I have written code on
the client
that reports the amount of bytes being loaded on the server "as it is
being loaded".
This provides the logic for a progress meter on the client. I need to
know when the file size prior transmission equals the amount of bytes
on the remote ftp server for the progress to be completed. I figured
that a byte-to-byte comparrison would be an obvious indicator but i
didn't anticipate this problem.
I will look into your checksum idea, thanks.
I went and googled "checksum .net" and came up with a bunch of hits, so
hopefully this will help you.
Good luck.
Robin S.