What do you recommend as a workaround for this issue? Using C#, I'm getting the following error message from OperationResultBase.Check():
WinSCP.SessionRemoteException: Transfer was successfully finished, but temporary transfer file 'testfile.zip.filepart' could not be renamed to target file name 'testfile.zip'. If the problem persists, you may want to turn off transfer resume support.
It seems that this happens with any zip file that I try to send. If it makes a difference, these are zip files that were creating using the DotNetZip library.