botg wrote:
All offsets are multiples of 4096.
My guess is a lost socket event in your client's receive loop.
Try the following: Use Wireshark on the machine running the client and capture the traffic between two restarts. Calculate the restart offset difference as indicated by the REST command and compare it against the number of bytes actually received over the wire. If my earlier guess is right, it is more than the restart offset.
My guess is a lost socket event in your client's receive loop.
Try the following: Use Wireshark on the machine running the client and capture the traffic between two restarts. Calculate the restart offset difference as indicated by the REST command and compare it against the number of bytes actually received over the wire. If my earlier guess is right, it is more than the restart offset.
Thanks for that response, botg.
The debugging you describe is starting to go beyond my pay-grade ;^). However, I am planning to direct the developer of the FTP client (BestSync) to this thread so he can track down this problem. Is there anything else you can add to your suggestion of how to track this down?
Regards, Jeff