[Cyberduck-trac] [Cyberduck] #5419: Failure parsing date format

Cyberduck trac at trac.cyberduck.ch
Wed Nov 10 14:52:27 CET 2010


#5419: Failure parsing date format
-------------------------------------------------------------------------------------------------+
    Reporter:  https://www.google.com/accounts/o8/id?id=aitoawk8evexdckoygqf0cejcm8hqgwwojc-4jk  |        Owner:  dkocher      
        Type:  defect                                                                            |       Status:  new          
    Priority:  normal                                                                            |    Milestone:               
   Component:  ftp                                                                               |      Version:  3.7          
    Severity:  normal                                                                            |   Resolution:               
    Keywords:  date format                                                                       |     Platform:  Mac OS X 10.6
Architecture:  Intel                                                                             |  
-------------------------------------------------------------------------------------------------+

Comment (by https://www.google.com/accounts/o8/id?id=aitoawk8evexdckoygqf0cejcm8hqgwwojc-4jk):

 here are the logs. i have seen that cyberduck tries to feature bevore the
 authentications. but the server refuse that. filezilla tries this after
 the authentication and this is fine for the server...

 cyberduck:

 {{{
 220 FTP Server Ready
 FEAT
 550 Command not recognized or allowed.
 USER xxx
 331 Username OK.  Need password.
 PASS ********
 230 Password OK.  Connected.
 NOOP
 200 Command OK. (NOOP)
 CWD /
 250 "/" CWD command successful.
 SYST
 215 UNIX Type: L8
 STAT /
 211-status of /:
 drwxr-xr-x   1 root     root              4096 26. Okt 14:12 test
 <snip>
 211 End of Status
 }}}
 i send then the feat command after the authentication

 {{{
 feat
 211-Extensions supported:
  AUTH TLS
  AUTH SSL
  SSCN
  PBSZ
  PROT
  CCC
  CLNT
  EPSV
  EPRT
  MDTM
  MDTM YYYYMMDDHHMMSS[+-TZ];filename
  SIZE
  REST STREAM
  MODE Z
  LIST -Q
  SITE MD5
  SITE MD5s
  SITE RANDOMACCESS
  UTF8
 211 END
 }}}

 filezilla

 {{{
 Status: Connection established, waiting for welcome message...
 Response:       220 FTP Server Ready
 Command:        USER xxx
 Response:       331 Username OK.  Need password.
 Command:        PASS **********
 Response:       230 Password OK.  Connected.
 Command:        SYST
 Response:       215 UNIX Type: L8
 Command:        FEAT
 Response:       211-Extensions supported:
 Response:        AUTH TLS
 Response:        AUTH SSL
 Response:        SSCN
 Response:        PBSZ
 Response:        PROT
 Response:        CCC
 Response:        CLNT
 Response:        EPSV
 Response:        EPRT
 Response:        MDTM
 Response:        MDTM YYYYMMDDHHMMSS[+-TZ];filename
 Response:        SIZE
 Response:        REST STREAM
 Response:        MODE Z
 Response:        LIST -Q
 Response:        SITE MD5
 Response:        SITE MD5s
 Response:        SITE RANDOMACCESS
 Response:        UTF8
 Response:       211 END
 Command:                CLNT FileZilla
 Response:       200 Noted.
 Command:                OPTS UTF8 ON
 Response:       200 UTF8 OPTS ON.
 Status:         Connected
 Status:         Retrieving directory listing...
 Command:                PWD
 Response:       257 "/" PWD command successful.
 Command:                TYPE I
 Response:       200 Command ok : Binary type selected.
 Command:                PASV
 Response:       227 Entering Passive Mode (xxx,xxx,xxx,xxx,155,222)
 Command:                LIST
 Response:       150 Opening data connection for file list.
 Response:       226 Directory transfer complete.
 (generate:1369ms)(send:1371ms)
 }}}

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/5419#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