#11224 closed Bug report (wontfix)
links shown as directories
Reported by: | tessus | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | OS X | |
Operating system version: |
Description
I've been noticing this for years and I hoped it would be fixed at some point, but unfortunately it hasn't been.
Links are shown as directories, which is more than just confusing.
When I use a commandline sftp client the files are shown as files/links. The information is available, thus Filezilla should be able to show them as links and not as directories.
Attachments (1)
Change History (7)
comment:1 by , 8 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Alright, even, if we don't know, whether it is a directory or a file the link points to, we still know that it is a link.
Why can't we show it as a link then?
The fact that a client shows the filetype as directory instead of a link is wrong.
Closing this ticket with won't fix
, instead of discussing it, seems out of place. I'm sure I'm not the only one, who thinks that labelling a link as directory is wrong.
comment:4 by , 8 years ago
It's the icon of a directory and the filetype in the list is specified as 'Directory'.
Both is wrong.
The icon should not resemble a directory. If you want to include the duality of links, you could have an icon that is half directory and half file (sliced diagonally). However, everything is better than an icon that shows a directory with a link overlay icon.
I mean, think about it, what does this tell you? It looks like a link to a directory.
And then the filetype also states it is a directory.
comment:5 by , 8 years ago
If you want to include the duality of links, you could have an icon that is half directory and half file (sliced diagonally)
Not feasible for performance reasons. Completely custom icons have a huge performance impact, even when they aren't used, as the system image list can no longer be used.
comment:6 by , 8 years ago
It was only an option. I think you know what I am trying to say. Or maybe not.
The important part was this: The icon should not resemble a directory. Everything is better than an icon that shows a directory with a link overlay icon.
A link is a pointer rather than a directory and if you can't use a custom icon for performance reasons, use the file icon with a link overlay icon AND change the file type from Directory to Link.
Unfortunately the information is not available, there is no way to distinguish between links to directories and links to files, other than to actually following the link.