[Cyberduck-trac] [Cyberduck] #4369: Incompatibility with extended LIST command (was: Can't access folders names "abc defg")

Cyberduck trac at trac.cyberduck.ch
Mon Apr 5 17:07:31 CEST 2010


#4369: Incompatibility with extended LIST command
---------------------------------+------------------------------------------
 Reporter:  dannywilson@…        |       Owner:  dkocher
     Type:  defect               |      Status:  new    
 Priority:  normal               |   Milestone:         
Component:  ftp                  |     Version:  3.3    
 Severity:  normal               |    Keywords:         
 Platform:  Mac OS X 10.5        |  
---------------------------------+------------------------------------------
Changes (by dkocher):

  * component:  core => ftp


Old description:

> A folder named "abc defg" (which contains the space character" can not be
> opened for listing.  Instead, an error message "450 defg-a: No such file
> or directory" is printed.
>
> The actual folder name doesn't seem to matter much, but the pattern of
> 3char+space+4char.  3+spc+5 also produces the same error.
>
> I've tested it by comparing with FTP in the MacOS terminal shell.
> Strangely, the same error comes out on the built in ftp client of Adobe
> GoLive v6.
>
> I've attached the FTP transcript.
>
> Danny

New description:

 A folder named "abc defg" (which contains the space character" can not be
 opened for listing.  Instead, an error message `450 defg-a: No such file
 or directory` is printed.

 The actual folder name doesn't seem to matter much, but the pattern of
 3char+space+4char.  3+spc+5 also produces the same error.

 I've tested it by comparing with FTP in the MacOS terminal shell.
 Strangely, the same error comes out on the built in ftp client of Adobe
 GoLive v6.

 I've attached the FTP transcript.

 {{{
 CWD /htdocs/abc defg
 250 CWD command successful
 STAT /htdocs/abc defg
 211-Status of /htdocs/abc defg:
  drwxr-xr-x   2 1176838  15000        4096 Apr  5 08:57 .
  drwxr-xr-x  24 1176838  15000        4096 Apr  5 09:18 ..
 211 End of status
 PASV
 227 Entering Passive Mode (65,254,250,100,158,100)
 LIST -a
 150 Opening ASCII mode data connection for file list
 450  defg-a: No such file or directory
 }}}



 Danny

--

Comment:

 As a workaround, open Terminal.app and paste the following

 {{{
 defaults write ch.sudo.cyberduck ftp.sendExtendedListCommand false
 }}}

 Restart Cyberduck.

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/4369#comment:1>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files and Amazon S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list