Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#10577 closed Bug report (fixed)

Problems with Directory Listing in MLST command

Reported by: Moritz Wagner Owned by:
Priority: blocker Component: FileZilla Client
Keywords: MLST Cc: swh-dev@…
Component version: Operating system type:
Operating system version:

Description

Affected Version: 3.12.0(.?)

Older Versions sent
OPTS MLST type;size;modify;perm;unix.mode;unix.owner;unix.group;

before doing directory listing, the new versions sends:
OPTS MLST size;modify;perm;unix.mode;unix.owner;unix.group;

Note the missing type feature.

This makes filezilla list everything as type "file",
even if it a directory etc.

Gave it a high priority, as filezilla is currently unusable

Attachments (2)

image001.png (63.8 KB ) - added by Moritz Wagner 9 years ago.
Debug log output of the client affected
ftp_hidrive.jpg (102.2 KB ) - added by Moritz Wagner 9 years ago.
marked files are actually directories

Download all attachments as: .zip

Change History (4)

by Moritz Wagner, 9 years ago

Attachment: image001.png added

Debug log output of the client affected

by Moritz Wagner, 9 years ago

Attachment: ftp_hidrive.jpg added

marked files are actually directories

comment:1 by Tim Kosse, 9 years ago

Resolution: fixed
Status: newclosed

For future reference, what's the output of the FEAT command on your server?

This bug will be fixed in 3.12.0.2

comment:2 by Moritz Wagner, 9 years ago

The output of our feat command is:

ftp> quot FEAT
211-Extensions supported:

HOST
MDTM
REST STREAM
SIZE
MLST Type*;Size*;Modify*;Create;Unique*;Perm*;UNIX.mode;UNIX.owner;UNIX.group;
LANG EN*;DE;FR;NL;ES;IT;

211 End.

Thanks for your quick response.

Note: See TracTickets for help on using tickets.