> Not sure if this tells us more about the end of the transfer though. The only thing it shows is the FTP session left unfinished, because your application does not abort the upload on a timeout, after x seconds of inactivity. You update your timer from the OnProgress64 event.
Now repeat the large upload using xferdemo3, tick high and low level logging, and create a log file by copying everything from the lower window. Check carefully to see what is different from your own application. You could also check for this server bug from the OnProgress64 event, by seeing if the entire file has been transmitted, calling abort for a clean close down, then doing a SizeAsync to check the correct sized file is on the server. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be