Page 1 of 3

Drag-and-drop not working?

Posted: 2008-10-26 01:56
by doni49
I'm on a WinVista PC. I was able previously able to drag-and-drop files between FZ and windows explorer. FZ did it's usual update/check/install tonight and now I'm not able to drag-and-drop files anymore.

Re: Drag-and-drop not working?

Posted: 2008-10-27 00:01
by boco
Try re-registering the shell extension.

32bit system: Open command shell, navigate to Filezilla directory and type 'regsvr32 fzshellext.dll'.

64bit system: Do the above, additionally type 'regsvr32 fzshellext_64.dll'.

Re: Drag-and-drop not working?

Posted: 2008-10-27 00:15
by botg
Makes me wonder why there's no regsvr64 on 64bit Windows :P

Re: Drag-and-drop not working?

Posted: 2008-10-27 01:00
by doni49
Thx. That worked.

Re: Drag-and-drop not working?

Posted: 2008-10-27 04:21
by da chicken
botg wrote:Makes me wonder why there's no regsvr64 on 64bit Windows :P
There is, sort of. It's just that the 64-bit version is also called "regsvr32.exe". They're stored in different locations.

Re: Drag-and-drop not working?

Posted: 2008-10-28 16:38
by newbie34
I have the same problem, but I am not sophisiticated enough to know about the shell re-registration process. Can somebody please step-by-step it for me?

Thanks!

Re: Drag-and-drop not working?

Posted: 2008-10-29 19:51
by boco
botg wrote:Makes me wonder why there's no regsvr64 on 64bit Windows :P
Compatibility reasons, I guess...

Re: Drag-and-drop not working?

Posted: 2008-10-29 20:01
by boco
newbie34 wrote:I have the same problem, but I am not sophisiticated enough to know about the shell re-registration process. Can somebody please step-by-step it for me?

Thanks!
<> = represents a keypress
WIN = key with Windows flag on it
find out the type of OS by pressing <WIN>+<BREAK> (or right click 'My Computer'/'Computer' and select 'Properties')

-Press <WIN>+<R>
-type 'cmd' (without quotes), press <RETURN> (see Vista warning below)
-type (dep. on your location) 'c:', followed by 'cd "\program files\Filezilla FTP Client"' (don't type the single quotes, BUT TYPE THE DOUBLE ONES), <RETURN>
-type 'regsvr32 fzshellext.dll', <RETURN>
--
-------64bit only---------------------------------
-type 'regsvr32 fzshellext_64.dll', <RETURN>
---------------------------------------------------
--
-type 'exit'

Vista warning: On Vista with UAC enabled, you need to
-Click Start Menu, navigate to All Programs - Accessories, RIGHT CLICK 'Command Prompt' and select 'Start as Administrator'
-After confirming the UAC mumbo-jumbo continue to proceed like normal

Re: Drag-and-drop not working?

Posted: 2008-10-29 20:08
by newbie34
Thanks a lot! It appeared like it worked! I got the 'success' pop up message. I won't be able to check it until I'm out from behind my home router (I can't get FileZilla to connect at home - I think it has something to do with the IP address), but will check it at school where it always works and hopefully it fixed it.

Thank you for your help.

Re: Drag-and-drop not working?

Posted: 2009-01-13 20:29
by dannykilla
When I do this I keep getting an error saying the following:

Image

Here is what I am typing in the cmd (with admin priv's)

Image

Anyone point what I am doing wrong?

Re: Drag-and-drop not working?

Posted: 2009-01-13 21:01
by boco
Yeah. :oops:

I forgot to write you have to press <RETURN> after each command.
C:\Windows\system32>c: <RETURN>
C:\Windows\system32>cd "\Program Files (x86)\Filezilla FTP Client" <RETURN>
C:\Program Files (x86)\Filezilla FTP Client>regsvr32 fzshellext.dll <RETURN>
C:\Program Files (x86)\Filezilla FTP Client>regsvr32 fzshellext_64.dll <RETURN>

Re: Drag-and-drop not working?

Posted: 2009-01-13 21:04
by dannykilla
lol omg I never even realised what a fool

Thanks
Danny

Re: Drag-and-drop not working?

Posted: 2009-02-12 20:15
by tehjrow
Mine still doesn't work after sucessfully regsvring the dll. I get:

Could not determine the target of the Drag&Drop operation.
Either the shell extension is not installed properly or you didn't drop the files into an Explorer window.



I've tried dropping a folder and a file and neither work. Instead of the folder or file I always get a folder named something like fz3-12344695938400. I've tried dropping to my desktop and also the C:. Any suggestions?

EDIT: Also I can get files from command prompt ftp.exe, just not the filezilla client.

Re: Drag-and-drop not working?

Posted: 2009-04-14 17:15
by filezilla_user
> Mine still doesn't work after sucessfully regsvring the dll. I get:

> Could not determine the target of the Drag&Drop operation.
> Either the shell extension is not installed properly or you didn't drop the files into an Explorer
> window.


I have the same problem. Drag and Drop gives the above error on my Vista computer.

Re: Drag-and-drop not working?

Posted: 2009-04-15 08:41
by boco
http://wiki.filezilla-project.org/Using ... ws_only.29

In Vista it is important to run the command prompt elevated.