Source commit: 34b6dc4530fe2c40d284ca4d7be0ccf94035512e
@@ -7941,7 +7941,7 @@ void __fastcall TCustomScpExplorerForm::RemoteFileContolDDChooseEffect(
else
{
// with ctrl-down, we want copy unless it is not supported
- dwEffect = CopyCapable ? DROPEFFECT_COPY : DROPEFFECT_MOVE;
+ dwEffect = CopyCapable ? DROPEFFECT_COPY : DROPEFFECT_NONE;
}