Como posso instalar a extensão shell do filezilla?

1

Estou tentando arrastar e soltar um arquivo do filezilla para algum programa do Windows. Eu recebo esta mensagem filezilla:

Como posso instalar a extensão do shell do filezilla?

Eu uso o filezilla no Windows 10 Enterprise.

    
por Franck Dernoncourt 17.08.2017 / 17:08

2 respostas

1

Se você instalou o FileZilla usando seu instalador, deve ser suficiente apenas reiniciar sua máquina.

Embora se você estiver usando o Windows 10 versão 1803, o problema de raiz é diferente e o registro não ajudará: O FileZilla pode arraste e solte no Windows Explorer

    
por 18.08.2017 / 07:24
4

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:

  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 (32bit): cd "\Program Files\Filezilla FTP Client"
    • Example (64bit): cd "\Program Files (x86)\FileZilla FTP Client"
  3. Re-register the shell extension.

    Type this command: regsvr32 fzshellext.dll

  4. 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).

    
por 23.05.2018 / 10:42