If you get an error like below when you want to transfer files from the Filezilla FTP program to your computer by drag and drop, I will share the solution with you.
When you want to transfer the file, “The target of drag and drop operation could not be determined. Either the shell plugins are not installed or you did not drag the files into the explorer window. ” and then creates a folder like “fz3-14240092453600”.
To solve this, we should not run a few commands.
1) Click Start and open Run. You can also open it by pressing the Windows key and the R key on your keyboard (Windows + R)
First, we run the following command. Copy and paste, and then press OK.
regsvr32 ole32.dll

After running the command, you will see a message like the one below.

2) Then open Run again and enter the next command.
regsvr32 /i shell32.dll
Press OK and wait until the process is complete. Even if the resulting message indicates an error, the change we want will be applied.


After doing all this, restart your computer to reflect the changes.


