[Cyberduck-trac] [Cyberduck] #5083: Cannot upload to write-only FTP site, disconnects after LIST

Cyberduck trac at trac.cyberduck.ch
Thu Aug 5 16:59:23 CEST 2010


#5083: Cannot upload to write-only FTP site, disconnects after LIST
-------------------------------------------------------------------------------------------------+
    Reporter:  https://www.google.com/accounts/o8/id?id=aitoawmzikh8lrneathzoauemj0_vbiefbmqwt8  |        Owner:  dkocher      
        Type:  defect                                                                            |       Status:  reopened     
    Priority:  normal                                                                            |    Milestone:  3.6          
   Component:  ftp                                                                               |      Version:  3.5.1        
    Severity:  normal                                                                            |   Resolution:               
    Keywords:                                                                                    |     Platform:  Mac OS X 10.6
Architecture:  Intel                                                                             |  
-------------------------------------------------------------------------------------------------+
Changes (by https://www.google.com/accounts/o8/id?id=aitoawmzikh8lrneathzoauemj0_vbiefbmqwt8):

 * cc: nik@… (added)
  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 Re-opening this, since there's still a problem. Testing using latest
 snapshot build (3.6 build 6559)

 When I connect, it hangs on "Listing directory <dirname>". Transcript is
 as follows:

 {{{
 220 Microsoft FTP Service
 FEAT
 530 Please login with USER and PASS.
 USER xxxx
 331 Password required for xxxx.
 PASS ********
 230 User xxxx logged in.
 PWD
 257 "/upload" is current directory.
 NOOP
 200 NOOP command successful.
 SYST
 215 Windows_NT
 STAT /upload
 213-status of /upload:
 213 End of status.
 PORT 10,1,3,5,248,201
 200 PORT command successful.
 LIST -a
 150 Opening ASCII mode data connection for /bin/ls.
 }}}

 I then tried disabling list commands (all of them), and end up with a
 disconnect with "2 bookmarks" in the status bar. Transcript there is:

 {{{

 220 Microsoft FTP Service
 USER japs
 331 Password required for japs.
 PASS ********
 230 User japs logged in.
 FEAT
 211-FEAT
     SIZE
     MDTM
 211 END
 PWD
 257 "/japs" is current directory.
 NOOP
 200 NOOP command successful.
 SYST
 215 Windows_NT
 PASV
 227 Entering Passive Mode (12,2,77,227,13,232).
 LIST
 125 Data connection already open; Transfer starting.
 }}}

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/5083#comment:2>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files, Google Docs, Azure and S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list