Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIST command, folder inside a folder with the same name #8577

Closed
cyberduck opened this issue Feb 11, 2015 · 3 comments
Closed

LIST command, folder inside a folder with the same name #8577

cyberduck opened this issue Feb 11, 2015 · 3 comments

Comments

@cyberduck
Copy link
Collaborator

b11cc38 created the issue

Folder structure:

-aaa_bbb
--untitled folder
---untitled folder

Bug description: When I navigate to /aaa_bbb/untitled folder and send LIST command (refresh button in Cyberduck), I will not see /aaa_bbb/untitled folder/untitled folder.

Cyberduck communication log from Wireshark:

> CWD /aaa_bbb/untitled folder\r\n
< 250 Directory changed to /aaa_bbb/untitled folder\r\n
> PASV\r\n
< 227 Entering Passive Mode (127,0,0,1,251,187)\r\n
> LIST\r\n
< 150 File status okay; about to open data connection.\r\n
< 226 Closing data connection.\r\n

Communication on port 64443 (ftp-data):

< drwx------   0 null null            0 Feb  4 21:40 untitled folder\r\n
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the full transcript from the log drawer (⌘-L).

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This issue is due to a workaround for #2410. The directory will be displayed if you add a second file or directory to /aaa_bbb/untitled folder.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In ad2686a.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant