Opened 17 years ago

Last modified 17 years ago

#3271 closed Bug report

Bad change of directory

Reported by: gmolleda Owned by:
Priority: normal Component: Other
Keywords: Cc: gmolleda, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

If you have two directories with the same name, some times the filezilla go to bad directory.

Put this structure in your site with filezilla:
DirA
--file1inDirA
DirB
--file2inDirB
--DirB1
--DirA (same name that other Dir in the rood directory)


Then you go to DirB

Now move (with mouse drag and drop) the file2inDirB to DirA (inside DirB).

Now double-click in DirA (inside DirB) and ... you go to DirA in root directory.

I have Ubuntu 7.04 and FileZilla 3.0.0-Beta7

THAT'S ALL FOLKS.

Attachments (1)

log_bad_change_dir.txt (10.9 KB ) - added by gmolleda 17 years ago.
Log level 3, bad change directory

Download all attachments as: .zip

Change History (8)

comment:1 by Tim Kosse, 17 years ago

Please update to FileZilla 3.0.1

comment:2 by gmolleda, 17 years ago

The same behavior with FileZilla 3.0.1

comment:3 by Tim Kosse, 17 years ago

Please attach some logs showing the problematic behaviour.

The logs should be made using debug level 3 which can be enabled
on the debug page in the settings dialog of FileZilla.

The logs have to be complete and unmodified. Do not attempt to
remove or obfuscate any information you might find irrelevant.

If you are worried about posting IP addresses or other
confidential information, mark the tracker item as private.

comment:4 by gmolleda, 17 years ago

Hi, please:

Could do you say me where is the log_file?

I have done all with debug level 3.

But I don't know where is the log_file created.

And... The drag-drop and double click in DirA is in the same file_frame in the right column. I don't use the directory_frame, this was hide when I used the FileZilla.

Thanks you.

comment:5 by Tim Kosse, 17 years ago

Right-click the message log and select "Copy to clipboard"

by gmolleda, 17 years ago

Attachment: log_bad_change_dir.txt added

Log level 3, bad change directory

comment:6 by gmolleda, 17 years ago

The log is attached.

Remember, all steps are using only one frame with files and directories (the frame with only directories is hide).
If close filezilla and restart filezilla, then you can change to DirB and to DirB/DirA without problems.

In the log:
I have change to DirB directory,
I have upload a file,
I have renamed the file to "filex",
I have drag-drop the file "filex" in DirB/DirA
I have tried change to DirB/DirA in frame Server-Files_directories and the directory opened is DirA in root /

File Added: log_bad_change_dir.txt

comment:7 by Tim Kosse, 17 years ago

This is a bug in your server.

First FileZilla goes into /DirB/:

Comando: CWD /DirB/
Respuesta: 250 CWD command successful. "/DirB/" is current directory.
Comando: PWD
Respuesta: 257 "/DirB/" is current directory.

Next the file transfer and rename thing, which does not contain any CWD or CDUP to a different directory.

And finally this the command to switch to the DirA subdirectory of the current directory (Which is still /DirB):

Comando: CWD DirA
Respuesta: 250 CWD command successful. "/DirA/" is current directory.

The log also contains this server response:

Respuesta: 220 TYPSoft FTP Server 0.99.8 ready...

This is an outdated version of said server, please update.

Note: See TracTickets for help on using tickets.