Opened 16 years ago
Closed 16 years ago
#4140 closed Bug report (wontfix)
Drag and drop in server window causes move instead of copy
Reported by: | Sebastian Wasl | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | drag drop copy move | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | Vista SP1 |
Description
When you drag and drop a file or folder(s) on the right side (Server window) from one directory to another, Windows shows a little plus sign next to the mouse arrow -> user expects that the file(s) will be copied.
Instead, after releasing the mouse button, a mv command is carried out.
The same behaviour occurs when Shift or Ctrl-key is pressed additionally. Files are always moved, never copied.
Note:
See TracTickets
for help on using tickets.
The FTP protocol does not support file copy. Also, it is technically impossible to get rid of the little plus sign in this situation without causing it to be missing in others. The Windows API is a bit shortsighted in this regard.