No wiki do Filezilla: Registrando novamente a extensão do shell (somente Windows)
Especially on Vista or Windows 7 it can happen that Drag&Drop fails
and you get an error message stating the shell extension doesn't work.
In this case you may need to re-register it. Here's how:
-
Open a command prompt as administrator. This is important!
Start Menu - All Programs - Accessories: Right Click 'Command Prompt',
select 'Run as administrator'
-
Navigate to the Filezilla program directory.
- Example (32bit):
cd "\Program Files\Filezilla FTP Client"
- Example (64bit):
cd "\Program Files (x86)\FileZilla FTP Client"
-
Re-register the shell extension.
Type this command: regsvr32 fzshellext.dll
-
If you have 64bit OS, you need to perform an additional step.
Type this command: regsvr32 fzshellext_64.dll
If you get the reply 'DllRegisterServer in ... succeeded.', you've
done it (though you probably still need to reboot your computer).