Using: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
= Troubleshooting = | = Troubleshooting = | ||
Revision as of 18:17, 14 August 2009
Troubleshooting
Re-registering the shell extension (Windows only)
Especially on Vista 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:
1. Open a command prompt as administrator. This is important!
Start Menu - All Programs - Accessories: Right Click 'Command Prompt', select 'Run as administrator'
2. Navigate to the Filezilla program directory. Example:
cd "\Program Files\Filezilla FTP Client"
3. Re-register the shell extension.
Type 'regsvr32 fzshellext.dll' (without quotes of course)
4. If you have 64bit OS, you need to perform an additional step.
Type 'regsvr32 fzshellext_64.dll' (no quotes as well)
If you get the reply 'DllRegisterServer in ... succeeded.', you've done it (though you probably still need to reboot your computer).