#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)
Change History (4)
by , 9 years ago
Attachment: | image001.png added |
---|
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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 , 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.
Debug log output of the client affected