[Cyberduck-trac] [Cyberduck] #8577: LIST command, folder inside a folder with the same name

Cyberduck trac at trac.cyberduck.io
Wed Feb 11 11:12:05 UTC 2015


#8577: LIST command, folder inside a folder with the same name
-----------------------+-------------------
    Reporter:  dash    |      Owner:
        Type:  defect  |     Status:  new
    Priority:  high    |  Milestone:
   Component:  core    |    Version:  4.6.3
    Severity:  normal  |   Keywords:
Architecture:          |   Platform:
-----------------------+-------------------
 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
 }}}

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/8577>
Cyberduck <http://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list