https://winscp.net/tracker/1983 Source commit: f2842bbfc56c23307b0dc3c4adaa9b06b20c3381
@@ -2761,6 +2761,12 @@ bool __fastcall TCustomScpExplorerForm::ExecuteCopyMoveFileOperation(
ReloadLocalDirectory(Param.TargetDirectory);
}
+
+ // When the transfer batch is aborted between individual file transfers, the Abort is not called.
+ if (FMoveToQueue)
+ {
+ Abort();
+ }
catch (EAbort &)
{