Skip to content

Filezilla wrongly reports directories as ordinary files. #3

@moriyoshi

Description

@moriyoshi
$ sftp -P 10022 localhost
Connected to localhost.
sftp> ls -na
drwxr-xr-x    ? 0        0               0 Jul 14  2042 .
drwxr-xr-x    ? 0        0               0 Jul 14  2042 ..
drwxr-xr-x    ? 0        0               0 Jul 14  2042 b
drwxr-xr-x    ? 0        0               0 Jul 14  2042 c
sftp> cd b
sftp> ls -na
drwxr-xr-x    ? 0        0               0 Jul 14  2042 .
drwxr-xr-x    ? 0        0               0 Jul 14  2042 ..
-rw-r--r--    ? 0        0         6770835 Jul 23 17:33 test.txt
-rw-r--r--    ? 0        0              12 Jul 21 20:11 z.txt

While the files are listed as above by the standard OpenSSH sftp client, they appeared in FileZilla like below:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions