Drag-and-drop not working?

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Message
Author
doni49
500 Command not understood
Posts: 4
Joined: 2008-01-10 03:42

Drag-and-drop not working?

#1 Post by doni49 » 2008-10-26 01:56

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.

User avatar
boco
Contributor
Posts: 26913
Joined: 2006-05-01 03:28
Location: Germany

Re: Drag-and-drop not working?

#2 Post by boco » 2008-10-27 00:01

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'.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
botg
Site Admin
Posts: 35509
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Drag-and-drop not working?

#3 Post by botg » 2008-10-27 00:15

Makes me wonder why there's no regsvr64 on 64bit Windows :P

doni49
500 Command not understood
Posts: 4
Joined: 2008-01-10 03:42

Re: Drag-and-drop not working?

#4 Post by doni49 » 2008-10-27 01:00

Thx. That worked.

da chicken
226 Transfer OK
Posts: 619
Joined: 2005-11-02 06:41

Re: Drag-and-drop not working?

#5 Post by da chicken » 2008-10-27 04:21

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.

newbie34
500 Command not understood
Posts: 2
Joined: 2008-10-28 16:35

Re: Drag-and-drop not working?

#6 Post by newbie34 » 2008-10-28 16:38

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!

User avatar
boco
Contributor
Posts: 26913
Joined: 2006-05-01 03:28
Location: Germany

Re: Drag-and-drop not working?

#7 Post by boco » 2008-10-29 19:51

botg wrote:Makes me wonder why there's no regsvr64 on 64bit Windows :P
Compatibility reasons, I guess...
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
boco
Contributor
Posts: 26913
Joined: 2006-05-01 03:28
Location: Germany

Re: Drag-and-drop not working?

#8 Post by boco » 2008-10-29 20:01

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
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

newbie34
500 Command not understood
Posts: 2
Joined: 2008-10-28 16:35

Re: Drag-and-drop not working?

#9 Post by newbie34 » 2008-10-29 20:08

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.

dannykilla
500 Command not understood
Posts: 4
Joined: 2009-01-13 20:18
First name: Danny
Last name: Holt

Re: Drag-and-drop not working?

#10 Post by dannykilla » 2009-01-13 20:29

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?

User avatar
boco
Contributor
Posts: 26913
Joined: 2006-05-01 03:28
Location: Germany

Re: Drag-and-drop not working?

#11 Post by boco » 2009-01-13 21:01

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>
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

dannykilla
500 Command not understood
Posts: 4
Joined: 2009-01-13 20:18
First name: Danny
Last name: Holt

Re: Drag-and-drop not working?

#12 Post by dannykilla » 2009-01-13 21:04

lol omg I never even realised what a fool

Thanks
Danny

tehjrow
500 Command not understood
Posts: 1
Joined: 2009-02-12 20:11
First name: J
Last name: Row

Re: Drag-and-drop not working?

#13 Post by tehjrow » 2009-02-12 20:15

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.

filezilla_user
500 Command not understood
Posts: 2
Joined: 2009-04-14 17:00
First name: John
Last name: Allen

Re: Drag-and-drop not working?

#14 Post by filezilla_user » 2009-04-14 17:15

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

User avatar
boco
Contributor
Posts: 26913
Joined: 2006-05-01 03:28
Location: Germany

Re: Drag-and-drop not working?

#15 Post by boco » 2009-04-15 08:41

http://wiki.filezilla-project.org/Using ... ws_only.29

In Vista it is important to run the command prompt elevated.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply