[Cyberduck-trac] [Cyberduck] #6083: No fallback for failed LIST command with -a option

Cyberduck trac at trac.cyberduck.ch
Thu Jul 28 22:59:47 CEST 2011


#6083: No fallback for failed LIST command with -a option
---------------------------+------------------------------
 Reporter:  raffael        |         Owner:  dkocher
     Type:  defect         |        Status:  assigned
 Priority:  normal         |     Milestone:  4.1.1
Component:  ftp            |       Version:  Nightly Build
 Severity:  blocker        |    Resolution:
 Keywords:                 |  Architecture:  Intel
 Platform:  Mac OS X 10.6  |
---------------------------+------------------------------
Description changed by dkocher:

Old description:

> After 4.x update I cannot connect to my océ plotter ftp site. With
> cyberduck 3.x I could.
> This is CD 3.x connection log:
>
> 220 TDS400 FTP Service (Version 3.2.1).
> USER anonymous
> 331 anonymous access allowed, send identity (e-mail name) as password.
> PASS ********
> 230 Anonymous user logged in.
> FEAT
> 211-Extensions supported
>  XPWD
>  LANG EN*
>  UTF8
> 211 end
> OPTS UTF8 ON
> 500 ' OPTS UTF8 ON' command not supported or understood
> CWD /
> 250 CWD command successful.
> SYST
> 215 Windows_NT version 4.0.
> STAT /
> 500 ' STAT /' command not supported or understood
> PASV
> 227 Entering Passive Mode (192,168,0,4,4,232).
> LIST -a
> 550 /-a:Filename, dir name, or volume label is incorrect.
> PASV
> 227 Entering Passive Mode (192,168,0,4,4,233).
> LIST
> 150 Opening ASCII mode data connection for /.
> d-w--w--w-   1    Owner    group          0 Jan  1  2000 jobs
> dr--r--r--   1    Owner    group          0 Dec 18  2009 logging
> dr--r--r--   1    Owner    group          0 Jan  1  2000 tempstore
> 226 Transfer complete.
>
> And this is CD 4.1 (8914) connection log (FTP Error: 550 /-a:Filename,
> dir name, or volume label is incorrect.):
>

> 220 TDS400 FTP Service (Version 3.2.1).
> USER anonymous
> 331 anonymous access allowed, send identity (e-mail name) as password.
> PASS ********
> 230 Anonymous user logged in.
> FEAT
> 211-Extensions supported
>  XPWD
>  LANG EN*
>  UTF8
> 211 end
> OPTS UTF8 ON
> 500 ' OPTS UTF8 ON' command not supported or understood
> NOOP
> 500 ' NOOP' command not supported or understood
> SYST
> 215 Windows_NT version 4.0.
> CWD /
> 250 CWD command successful.
> TYPE A
> 200 Type set to A.
> PASV
> 227 Entering Passive Mode (192,168,0,4,5,19).
> LIST -a
> 550 /-a:Filename, dir name, or volume label is incorrect.
> PWD
> 257 "/" is current directory.

New description:

 After 4.x update I cannot connect to my océ plotter ftp site. With
 cyberduck 3.x I could.
 This is CD 3.x connection log:


 {{{
 220 TDS400 FTP Service (Version 3.2.1).
 USER anonymous
 331 anonymous access allowed, send identity (e-mail name) as password.
 PASS ********
 230 Anonymous user logged in.
 FEAT
 211-Extensions supported
  XPWD
  LANG EN*
  UTF8
 211 end
 OPTS UTF8 ON
 500 ' OPTS UTF8 ON' command not supported or understood
 CWD /
 250 CWD command successful.
 SYST
 215 Windows_NT version 4.0.
 STAT /
 500 ' STAT /' command not supported or understood
 PASV
 227 Entering Passive Mode (192,168,0,4,4,232).
 LIST -a
 550 /-a:Filename, dir name, or volume label is incorrect.
 PASV
 227 Entering Passive Mode (192,168,0,4,4,233).
 LIST
 150 Opening ASCII mode data connection for /.
 d-w--w--w-   1    Owner    group          0 Jan  1  2000 jobs
 dr--r--r--   1    Owner    group          0 Dec 18  2009 logging
 dr--r--r--   1    Owner    group          0 Jan  1  2000 tempstore
 226 Transfer complete.
 }}}


 And this is CD 4.1 (8914) connection log (FTP Error: 550 /-a:Filename, dir
 name, or volume label is incorrect.):


 {{{
 220 TDS400 FTP Service (Version 3.2.1).
 USER anonymous
 331 anonymous access allowed, send identity (e-mail name) as password.
 PASS ********
 230 Anonymous user logged in.
 FEAT
 211-Extensions supported
  XPWD
  LANG EN*
  UTF8
 211 end
 OPTS UTF8 ON
 500 ' OPTS UTF8 ON' command not supported or understood
 NOOP
 500 ' NOOP' command not supported or understood
 SYST
 215 Windows_NT version 4.0.
 CWD /
 250 CWD command successful.
 TYPE A
 200 Type set to A.
 PASV
 227 Entering Passive Mode (192,168,0,4,5,19).
 LIST -a
 550 /-a:Filename, dir name, or volume label is incorrect.
 PWD
 257 "/" is current directory.
 }}}

--

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/6083#comment:2>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list